Color Hex Logo

#37bfea Color Hex

#37BFEA
(55,191,234)
0 Favorites   0 Comments

Color spaces of #37bfea

RGB 55191234
HSL0.540.810.57
HSV194°76°92°
CMYK 0.760.180.00   0.08
XYZ35.057644.014384.4898
Yxy44.01430.21430.2691
Hunter Lab66.3433-21.7764-29.0670
CIE-Lab72.2381-21.7577-31.6510

#37bfea color RGB value is (55,191,234).

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

The process color (four color CMYK) of #37bfea color hex is 0.76, 0.18, 0.00, 0.08. Web safe color of #37bfea is #33ccff. Color #37bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111111 11101010
Octal 67 277 352
Decimal 55 191 234
Hex 37 BF EA

RGB Percentages of Color #37bfea

%11.46
%39.79
%48.75

CMYK Percentages of Color #37bfea

%76
%18
%0
%8

Triadic Colors of #37bfea

#37bfea #ea37bf #bfea37

Analogous Colors of #37bfea

#37bfea #3766ea #37eabc

Monochromatic Colors of #37bfea

#37bfea

Complementary Color

#37bfea #ea6237

#37bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bfea Color CSS Codes

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

#37bfea Text Font Color

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

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


#37bfea Background Color

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

This div background color is #37bfea


#37bfea Border Color

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

This div border color is #37bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bfea


Comments

No comments written yet.

Please login to write comment.