Color Hex Logo

#27dbeb Color Hex

#27DBEB
(39,219,235)
0 Favorites   0 Comments

Color spaces of #27dbeb

RGB 39219235
HSL0.510.830.54
HSV185°83°92°
CMYK 0.830.070.00   0.08
XYZ41.163657.092587.4477
Yxy57.09250.22170.3074
Hunter Lab75.5596-34.9854-15.7267
CIE-Lab80.2316-36.4983-19.9892

#27dbeb color RGB value is (39,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011011 11101011
Octal 47 333 353
Decimal 39 219 235
Hex 27 DB EB

RGB Percentages of Color #27dbeb

%7.91
%44.42
%47.67

CMYK Percentages of Color #27dbeb

%83
%7
%0
%8

Triadic Colors of #27dbeb

#27dbeb #eb27db #dbeb27

Analogous Colors of #27dbeb

#27dbeb #2779eb #27eb99

Monochromatic Colors of #27dbeb

#27dbeb

Complementary Color

#27dbeb #eb3727

#27dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#27dbeb Color CSS Codes

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

#27dbeb Text Font Color

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

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


#27dbeb Background Color

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

This div background color is #27dbeb


#27dbeb Border Color

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

This div border color is #27dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27dbeb


Comments

No comments written yet.

Please login to write comment.