Color Hex Logo

#3bdcef Color Hex

#3BDCEF
(59,220,239)
0 Favorites   0 Comments

Color spaces of #3bdcef

RGB 59220239
HSL0.520.850.58
HSV186°75°94°
CMYK 0.750.080.00   0.06
XYZ42.976858.348290.6586
Yxy58.34820.22390.3039
Hunter Lab76.3860-33.2466-16.8981
CIE-Lab80.9320-34.0425-21.0297

#3bdcef color RGB value is (59,220,239).

#3bdcef hex color red value is 59, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3bdcef hue: 0.52 , saturation: 0.85 and the lightness value of 3bdcef is 0.58.

The process color (four color CMYK) of #3bdcef color hex is 0.75, 0.08, 0.00, 0.06. Web safe color of #3bdcef is #33ccff. Color #3bdcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011100 11101111
Octal 73 334 357
Decimal 59 220 239
Hex 3B DC EF

RGB Percentages of Color #3bdcef

%11.39
%42.47
%46.14

CMYK Percentages of Color #3bdcef

%75
%8
%0
%6

Triadic Colors of #3bdcef

#3bdcef #ef3bdc #dcef3b

Analogous Colors of #3bdcef

#3bdcef #3b82ef #3befa8

Monochromatic Colors of #3bdcef

#3bdcef

Complementary Color

#3bdcef #ef4e3b

#3bdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdcef Color CSS Codes

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

#3bdcef Text Font Color

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

This sample text font color is #3bdcef
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.


#3bdcef Background Color

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

This div background color is #3bdcef


#3bdcef Border Color

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

This div border color is #3bdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdcef


Comments

No comments written yet.

Please login to write comment.