Color Hex Logo

#36caed Color Hex

#36CAED
(54,202,237)
0 Favorites   0 Comments

Color spaces of #36caed

RGB 54202237
HSL0.530.840.57
HSV191°77°93°
CMYK 0.770.150.00   0.07
XYZ37.927949.139887.6067
Yxy49.13980.21710.2813
Hunter Lab70.0998-26.0962-25.0274
CIE-Lab75.5382-26.4520-28.1938

#36caed color RGB value is (54,202,237).

#36caed hex color red value is 54, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #36caed hue: 0.53 , saturation: 0.84 and the lightness value of 36caed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11001010 11101101
Octal 66 312 355
Decimal 54 202 237
Hex 36 CA ED

RGB Percentages of Color #36caed

%10.95
%40.97
%48.07

CMYK Percentages of Color #36caed

%77
%15
%0
%7

Triadic Colors of #36caed

#36caed #ed36ca #caed36

Analogous Colors of #36caed

#36caed #366fed #36edb5

Monochromatic Colors of #36caed

#36caed

Complementary Color

#36caed #ed5936

#36caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#36caed Color CSS Codes

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

#36caed Text Font Color

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

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


#36caed Background Color

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

This div background color is #36caed


#36caed Border Color

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

This div border color is #36caed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,202,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36caed


Comments

No comments written yet.

Please login to write comment.