Color Hex Logo

#37beda Color Hex

#37BEDA
(55,190,218)
0 Favorites   0 Comments

Color spaces of #37beda

RGB 55190218
HSL0.530.690.54
HSV190°75°85°
CMYK 0.750.130.00   0.15
XYZ32.643942.701172.8513
Yxy42.70110.22030.2881
Hunter Lab65.3461-25.1852-20.3574
CIE-Lab71.3516-26.3626-24.3203

#37beda color RGB value is (55,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111110 11011010
Octal 67 276 332
Decimal 55 190 218
Hex 37 BE DA

RGB Percentages of Color #37beda

%11.88
%41.04
%47.08

CMYK Percentages of Color #37beda

%75
%13
%0
%15

Triadic Colors of #37beda

#37beda #da37be #beda37

Analogous Colors of #37beda

#37beda #376dda #37daa5

Monochromatic Colors of #37beda

#37beda

Complementary Color

#37beda #da5337

#37beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#37beda Color CSS Codes

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

#37beda Text Font Color

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

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


#37beda Background Color

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

This div background color is #37beda


#37beda Border Color

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

This div border color is #37beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37beda


Comments

No comments written yet.

Please login to write comment.