Color Hex Logo

#27ccde Color Hex

#27CCDE
(39,204,222)
0 Favorites   0 Comments

Color spaces of #27ccde

RGB 39204222
HSL0.520.730.51
HSV186°82°87°
CMYK 0.820.080.00   0.13
XYZ35.614448.891076.6671
Yxy48.89100.22100.3033
Hunter Lab69.9221-31.4458-16.0639
CIE-Lab75.3835-33.4271-20.3711

#27ccde color RGB value is (39,204,222).

#27ccde hex color red value is 39, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #27ccde hue: 0.52 , saturation: 0.73 and the lightness value of 27ccde is 0.51.

The process color (four color CMYK) of #27ccde color hex is 0.82, 0.08, 0.00, 0.13. Web safe color of #27ccde is #33cccc. Color #27ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11001100 11011110
Octal 47 314 336
Decimal 39 204 222
Hex 27 CC DE

RGB Percentages of Color #27ccde

%8.39
%43.87
%47.74

CMYK Percentages of Color #27ccde

%82
%8
%0
%13

Triadic Colors of #27ccde

#27ccde #de27cc #ccde27

Analogous Colors of #27ccde

#27ccde #2771de #27de95

Monochromatic Colors of #27ccde

#27ccde

Complementary Color

#27ccde #de3927

#27ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#27ccde Color CSS Codes

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

#27ccde Text Font Color

<p style="color:#27ccde">Text here</p>

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


#27ccde Background Color

<div style="background-color:#27ccde">
Div content here</div>

This div background color is #27ccde


#27ccde Border Color

<div style="border:3px solid #27ccde">
Div here</div>

This div border color is #27ccde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,204,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27ccde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27ccde;
  -webkit-box-shadow: 1px 1px 3px 2px #27ccde;
  box-shadow:         1px 1px 3px 2px #27ccde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,204,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27ccde


Comments

No comments written yet.

Please login to write comment.