Color Hex Logo

#27ccee Color Hex

#27CCEE
(39,204,238)
0 Favorites   0 Comments

Color spaces of #27ccee

RGB 39204238
HSL0.530.850.54
HSV190°84°93°
CMYK 0.840.140.00   0.07
XYZ37.862249.790188.5038
Yxy49.79010.21490.2826
Hunter Lab70.5621-27.7042-24.9721
CIE-Lab75.9402-28.3975-28.1335

#27ccee color RGB value is (39,204,238).

#27ccee hex color red value is 39, green value is 204 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #27ccee hue: 0.53 , saturation: 0.85 and the lightness value of 27ccee is 0.54.

The process color (four color CMYK) of #27ccee color hex is 0.84, 0.14, 0.00, 0.07. Web safe color of #27ccee is #33ccff. Color #27ccee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11001100 11101110
Octal 47 314 356
Decimal 39 204 238
Hex 27 CC EE

RGB Percentages of Color #27ccee

%8.11
%42.41
%49.48

CMYK Percentages of Color #27ccee

%84
%14
%0
%7

Triadic Colors of #27ccee

#27ccee #ee27cc #ccee27

Analogous Colors of #27ccee

#27ccee #2769ee #27eead

Monochromatic Colors of #27ccee

#27ccee

Complementary Color

#27ccee #ee4927

#27ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#27ccee Color CSS Codes

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

#27ccee Text Font Color

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

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


#27ccee Background Color

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

This div background color is #27ccee


#27ccee Border Color

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

This div border color is #27ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27ccee


Comments

No comments written yet.

Please login to write comment.