Color Hex Logo

#3bedfc Color Hex

#3BEDFC
(59,237,252)
0 Favorites   0 Comments

Color spaces of #3bedfc

RGB 59237252
HSL0.510.970.61
HSV185°77°99°
CMYK 0.770.060.00   0.01
XYZ49.658568.5265102.7051
Yxy68.52650.22480.3102
Hunter Lab82.7807-37.7877-15.6139
CIE-Lab86.2690-38.1085-19.8176

#3bedfc color RGB value is (59,237,252).

#3bedfc hex color red value is 59, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3bedfc hue: 0.51 , saturation: 0.97 and the lightness value of 3bedfc is 0.61.

The process color (four color CMYK) of #3bedfc color hex is 0.77, 0.06, 0.00, 0.01. Web safe color of #3bedfc is #33ffff. Color #3bedfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101101 11111100
Octal 73 355 374
Decimal 59 237 252
Hex 3B ED FC

RGB Percentages of Color #3bedfc

%10.77
%43.25
%45.99

CMYK Percentages of Color #3bedfc

%77
%6
%0
%1

Triadic Colors of #3bedfc

#3bedfc #fc3bed #edfc3b

Analogous Colors of #3bedfc

#3bedfc #3b8dfc #3bfcab

Monochromatic Colors of #3bedfc

#3bedfc

Complementary Color

#3bedfc #fc4a3b

#3bedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bedfc Color CSS Codes

.mybgcolor {background-color:#3bedfc; } 
.myforecolor {color:#3bedfc; }
.mybordercolor {border:3px solid #3bedfc; }

#3bedfc Text Font Color

<p style="color:#3bedfc">Text here</p>

This sample text font color is #3bedfc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3bedfc Background Color

<div style="background-color:#3bedfc">
Div content here</div>

This div background color is #3bedfc


#3bedfc Border Color

<div style="border:3px solid #3bedfc">
Div here</div>

This div border color is #3bedfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,237,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bedfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bedfc;
  -webkit-box-shadow: 1px 1px 3px 2px #3bedfc;
  box-shadow:         1px 1px 3px 2px #3bedfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,237,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3bedfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3bedfc;
  -webkit-box-shadow: 1px 1px 3px 2px #3bedfc;
  box-shadow:         1px 1px 3px 2px #3bedfc;">
Div content here</div>

This div box has shadow with color #3bedfc


Comments

No comments written yet.

Please login to write comment.