Color Hex Logo

#27acdd Color Hex

#27ACDD
(39,172,221)
0 Favorites   0 Comments

Color spaces of #27acdd

RGB 39172221
HSL0.540.730.51
HSV196°82°87°
CMYK 0.820.220.00   0.13
XYZ28.640435.156873.6831
Yxy35.15680.20830.2557
Hunter Lab59.2932-17.5421-32.1739
CIE-Lab65.8706-17.6804-34.4337

#27acdd color RGB value is (39,172,221).

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

The process color (four color CMYK) of #27acdd color hex is 0.82, 0.22, 0.00, 0.13. Web safe color of #27acdd is #3399cc. Color #27acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101100 11011101
Octal 47 254 335
Decimal 39 172 221
Hex 27 AC DD

RGB Percentages of Color #27acdd

%9.03
%39.81
%51.16

CMYK Percentages of Color #27acdd

%82
%22
%0
%13

Triadic Colors of #27acdd

#27acdd #dd27ac #acdd27

Analogous Colors of #27acdd

#27acdd #2751dd #27ddb3

Monochromatic Colors of #27acdd

#27acdd

Complementary Color

#27acdd #dd5827

#27acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#27acdd Color CSS Codes

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

#27acdd Text Font Color

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

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


#27acdd Background Color

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

This div background color is #27acdd


#27acdd Border Color

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

This div border color is #27acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27acdd


Comments

No comments written yet.

Please login to write comment.