Color Hex Logo

#37afeb Color Hex

#37AFEB
(55,175,235)
0 Favorites   0 Comments

Color spaces of #37afeb

RGB 55175235
HSL0.560.820.57
HSV200°77°92°
CMYK 0.770.260.00   0.08
XYZ31.900937.470384.1484
Yxy37.47030.20780.2441
Hunter Lab61.2130-14.0982-38.6558
CIE-Lab67.6284-12.9912-39.3508

#37afeb color RGB value is (55,175,235).

#37afeb hex color red value is 55, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #37afeb hue: 0.56 , saturation: 0.82 and the lightness value of 37afeb is 0.57.

The process color (four color CMYK) of #37afeb color hex is 0.77, 0.26, 0.00, 0.08. Web safe color of #37afeb is #3399ff. Color #37afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101111 11101011
Octal 67 257 353
Decimal 55 175 235
Hex 37 AF EB

RGB Percentages of Color #37afeb

%11.83
%37.63
%50.54

CMYK Percentages of Color #37afeb

%77
%26
%0
%8

Triadic Colors of #37afeb

#37afeb #eb37af #afeb37

Analogous Colors of #37afeb

#37afeb #3755eb #37ebcd

Monochromatic Colors of #37afeb

#37afeb

Complementary Color

#37afeb #eb7337

#37afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37afeb Color CSS Codes

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

#37afeb Text Font Color

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

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


#37afeb Background Color

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

This div background color is #37afeb


#37afeb Border Color

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

This div border color is #37afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37afeb


Comments

No comments written yet.

Please login to write comment.