Color Hex Logo

#3bdbef Color Hex

#3BDBEF
(59,219,239)
0 Favorites   0 Comments

Color spaces of #3bdbef

RGB 59219239
HSL0.520.850.58
HSV187°75°94°
CMYK 0.750.080.00   0.06
XYZ42.715157.824890.5713
Yxy57.82480.22350.3026
Hunter Lab76.0426-32.8065-17.3881
CIE-Lab80.6413-33.5700-21.4705

#3bdbef color RGB value is (59,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011011 11101111
Octal 73 333 357
Decimal 59 219 239
Hex 3B DB EF

RGB Percentages of Color #3bdbef

%11.41
%42.36
%46.23

CMYK Percentages of Color #3bdbef

%75
%8
%0
%6

Triadic Colors of #3bdbef

#3bdbef #ef3bdb #dbef3b

Analogous Colors of #3bdbef

#3bdbef #3b81ef #3befa9

Monochromatic Colors of #3bdbef

#3bdbef

Complementary Color

#3bdbef #ef4f3b

#3bdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdbef Color CSS Codes

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

#3bdbef Text Font Color

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

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


#3bdbef Background Color

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

This div background color is #3bdbef


#3bdbef Border Color

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

This div border color is #3bdbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,219,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 #3bdbef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdbef


Comments

No comments written yet.

Please login to write comment.