Color Hex Logo

#36daeb Color Hex

#36DAEB
(54,218,235)
0 Favorites   0 Comments

Color spaces of #36daeb

RGB 54218235
HSL0.520.820.57
HSV186°77°92°
CMYK 0.770.070.00   0.08
XYZ41.588156.925287.3930
Yxy56.92520.22370.3062
Hunter Lab75.4488-33.6445-15.8620
CIE-Lab80.1375-34.7968-20.1126

#36daeb color RGB value is (54,218,235).

#36daeb hex color red value is 54, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #36daeb hue: 0.52 , saturation: 0.82 and the lightness value of 36daeb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11011010 11101011
Octal 66 332 353
Decimal 54 218 235
Hex 36 DA EB

RGB Percentages of Color #36daeb

%10.65
%43.00
%46.35

CMYK Percentages of Color #36daeb

%77
%7
%0
%8

Triadic Colors of #36daeb

#36daeb #eb36da #daeb36

Analogous Colors of #36daeb

#36daeb #3680eb #36eba2

Monochromatic Colors of #36daeb

#36daeb

Complementary Color

#36daeb #eb4736

#36daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36daeb Color CSS Codes

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

#36daeb Text Font Color

<p style="color:#36daeb">Text here</p>

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


#36daeb Background Color

<div style="background-color:#36daeb">
Div content here</div>

This div background color is #36daeb


#36daeb Border Color

<div style="border:3px solid #36daeb">
Div here</div>

This div border color is #36daeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,218,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36daeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36daeb;
  -webkit-box-shadow: 1px 1px 3px 2px #36daeb;
  box-shadow:         1px 1px 3px 2px #36daeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,218,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 #36daeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36daeb


Comments

No comments written yet.

Please login to write comment.