Color Hex Logo

#3bdaef Color Hex

#3BDAEF
(59,218,239)
0 Favorites   0 Comments

Color spaces of #3bdaef

RGB 59218239
HSL0.520.850.58
HSV187°75°94°
CMYK 0.750.090.00   0.06
XYZ42.455057.304690.4846
Yxy57.30460.22320.3012
Hunter Lab75.6998-32.3658-17.8800
CIE-Lab80.3506-33.0960-21.9116

#3bdaef color RGB value is (59,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011010 11101111
Octal 73 332 357
Decimal 59 218 239
Hex 3B DA EF

RGB Percentages of Color #3bdaef

%11.43
%42.25
%46.32

CMYK Percentages of Color #3bdaef

%75
%9
%0
%6

Triadic Colors of #3bdaef

#3bdaef #ef3bda #daef3b

Analogous Colors of #3bdaef

#3bdaef #3b80ef #3befaa

Monochromatic Colors of #3bdaef

#3bdaef

Complementary Color

#3bdaef #ef503b

#3bdaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdaef Color CSS Codes

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

#3bdaef Text Font Color

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

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


#3bdaef Background Color

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

This div background color is #3bdaef


#3bdaef Border Color

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

This div border color is #3bdaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdaef


Comments

No comments written yet.

Please login to write comment.