Color Hex Logo

#37bfde Color Hex

#37BFDE
(55,191,222)
0 Favorites   0 Comments

Color spaces of #37bfde

RGB 55191222
HSL0.530.720.54
HSV191°75°87°
CMYK 0.750.140.00   0.13
XYZ33.391243.347875.7143
Yxy43.34780.21900.2843
Hunter Lab65.8390-24.6895-22.0956
CIE-Lab71.7904-25.6020-25.8259

#37bfde color RGB value is (55,191,222).

#37bfde hex color red value is 55, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #37bfde hue: 0.53 , saturation: 0.72 and the lightness value of 37bfde is 0.54.

The process color (four color CMYK) of #37bfde color hex is 0.75, 0.14, 0.00, 0.13. Web safe color of #37bfde is #33cccc. Color #37bfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111111 11011110
Octal 67 277 336
Decimal 55 191 222
Hex 37 BF DE

RGB Percentages of Color #37bfde

%11.75
%40.81
%47.44

CMYK Percentages of Color #37bfde

%75
%14
%0
%13

Triadic Colors of #37bfde

#37bfde #de37bf #bfde37

Analogous Colors of #37bfde

#37bfde #376cde #37deaa

Monochromatic Colors of #37bfde

#37bfde

Complementary Color

#37bfde #de5637

#37bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bfde Color CSS Codes

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

#37bfde Text Font Color

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

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


#37bfde Background Color

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

This div background color is #37bfde


#37bfde Border Color

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

This div border color is #37bfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,191,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bfde


Comments

No comments written yet.

Please login to write comment.