Color Hex Logo

#27cceb Color Hex

#27CCEB
(39,204,235)
0 Favorites   0 Comments

Color spaces of #27cceb

RGB 39204235
HSL0.530.830.54
HSV189°83°92°
CMYK 0.830.130.00   0.08
XYZ37.425049.615286.2015
Yxy49.61520.21600.2864
Hunter Lab70.4381-28.4264-23.2520
CIE-Lab75.8325-29.3545-26.6866

#27cceb color RGB value is (39,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 11001100 11101011
Octal 47 314 353
Decimal 39 204 235
Hex 27 CC EB

RGB Percentages of Color #27cceb

%8.16
%42.68
%49.16

CMYK Percentages of Color #27cceb

%83
%13
%0
%8

Triadic Colors of #27cceb

#27cceb #eb27cc #cceb27

Analogous Colors of #27cceb

#27cceb #276aeb #27eba8

Monochromatic Colors of #27cceb

#27cceb

Complementary Color

#27cceb #eb4627

#27cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#27cceb Color CSS Codes

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

#27cceb Text Font Color

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

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


#27cceb Background Color

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

This div background color is #27cceb


#27cceb Border Color

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

This div border color is #27cceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,204,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 #27cceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27cceb


Comments

No comments written yet.

Please login to write comment.