Color Hex Logo

#3bddee Color Hex

#3BDDEE
(59,221,238)
0 Favorites   0 Comments

Color spaces of #3bddee

RGB 59221238
HSL0.520.840.58
HSV186°75°93°
CMYK 0.750.070.00   0.07
XYZ43.092758.815889.9703
Yxy58.81580.22460.3065
Hunter Lab76.6915-33.9114-15.8718
CIE-Lab81.1902-34.8110-20.1070

#3bddee color RGB value is (59,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011101 11101110
Octal 73 335 356
Decimal 59 221 238
Hex 3B DD EE

RGB Percentages of Color #3bddee

%11.39
%42.66
%45.95

CMYK Percentages of Color #3bddee

%75
%7
%0
%7

Triadic Colors of #3bddee

#3bddee #ee3bdd #ddee3b

Analogous Colors of #3bddee

#3bddee #3b84ee #3beea6

Monochromatic Colors of #3bddee

#3bddee

Complementary Color

#3bddee #ee4c3b

#3bddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bddee Color CSS Codes

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

#3bddee Text Font Color

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

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


#3bddee Background Color

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

This div background color is #3bddee


#3bddee Border Color

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

This div border color is #3bddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bddee


Comments

No comments written yet.

Please login to write comment.