Color Hex Logo

#36ddeb Color Hex

#36DDEB
(54,221,235)
0 Favorites   0 Comments

Color spaces of #36ddeb

RGB 54221235
HSL0.510.820.57
HSV185°77°92°
CMYK 0.770.060.00   0.08
XYZ42.373258.495387.6547
Yxy58.49530.22480.3103
Hunter Lab76.4822-34.9501-14.4135
CIE-Lab81.0134-36.1984-18.7878

#36ddeb color RGB value is (54,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11011101 11101011
Octal 66 335 353
Decimal 54 221 235
Hex 36 DD EB

RGB Percentages of Color #36ddeb

%10.59
%43.33
%46.08

CMYK Percentages of Color #36ddeb

%77
%6
%0
%8

Triadic Colors of #36ddeb

#36ddeb #eb36dd #ddeb36

Analogous Colors of #36ddeb

#36ddeb #3683eb #36eb9f

Monochromatic Colors of #36ddeb

#36ddeb

Complementary Color

#36ddeb #eb4436

#36ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36ddeb Color CSS Codes

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

#36ddeb Text Font Color

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

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


#36ddeb Background Color

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

This div background color is #36ddeb


#36ddeb Border Color

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

This div border color is #36ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36ddeb


Comments

No comments written yet.

Please login to write comment.