Color Hex Logo

#27cce5 Color Hex

#27CCE5
(39,204,229)
0 Favorites   0 Comments

Color spaces of #27cce5

RGB 39204229
HSL0.520.790.53
HSV188°83°90°
CMYK 0.830.110.00   0.10
XYZ36.572449.274281.7120
Yxy49.27420.21830.2941
Hunter Lab70.1956-29.8425-19.8803
CIE-Lab75.6216-31.2499-23.7807

#27cce5 color RGB value is (39,204,229).

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

The process color (four color CMYK) of #27cce5 color hex is 0.83, 0.11, 0.00, 0.10. Web safe color of #27cce5 is #33cccc. Color #27cce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11001100 11100101
Octal 47 314 345
Decimal 39 204 229
Hex 27 CC E5

RGB Percentages of Color #27cce5

%8.26
%43.22
%48.52

CMYK Percentages of Color #27cce5

%83
%11
%0
%10

Triadic Colors of #27cce5

#27cce5 #e527cc #cce527

Analogous Colors of #27cce5

#27cce5 #276de5 #27e59f

Monochromatic Colors of #27cce5

#27cce5

Complementary Color

#27cce5 #e54027

#27cce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27cce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#27cce5 Color CSS Codes

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

#27cce5 Text Font Color

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

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


#27cce5 Background Color

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

This div background color is #27cce5


#27cce5 Border Color

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

This div border color is #27cce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27cce5


Comments

No comments written yet.

Please login to write comment.