Color Hex Logo

#37ddee Color Hex

#37DDEE
(55,221,238)
0 Favorites   0 Comments

Color spaces of #37ddee

RGB 55221238
HSL0.520.840.57
HSV186°77°93°
CMYK 0.770.070.00   0.07
XYZ42.864658.698289.9596
Yxy58.69820.22380.3065
Hunter Lab76.6148-34.2082-15.9869
CIE-Lab81.1254-35.2105-20.2113

#37ddee color RGB value is (55,221,238).

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

The process color (four color CMYK) of #37ddee color hex is 0.77, 0.07, 0.00, 0.07. Web safe color of #37ddee is #33ccff. Color #37ddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011101 11101110
Octal 67 335 356
Decimal 55 221 238
Hex 37 DD EE

RGB Percentages of Color #37ddee

%10.70
%43.00
%46.30

CMYK Percentages of Color #37ddee

%77
%7
%0
%7

Triadic Colors of #37ddee

#37ddee #ee37dd #ddee37

Analogous Colors of #37ddee

#37ddee #3782ee #37eea4

Monochromatic Colors of #37ddee

#37ddee

Complementary Color

#37ddee #ee4837

#37ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ddee Color CSS Codes

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

#37ddee Text Font Color

<p style="color:#37ddee">Text here</p>

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


#37ddee Background Color

<div style="background-color:#37ddee">
Div content here</div>

This div background color is #37ddee


#37ddee Border Color

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

This div border color is #37ddee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,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 #37ddee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ddee


Comments

No comments written yet.

Please login to write comment.