Color Hex Logo

#27cadb Color Hex

#27CADB
(39,202,219)
0 Favorites   0 Comments

Color spaces of #27cadb

RGB 39202219
HSL0.520.710.51
HSV186°82°86°
CMYK 0.820.080.00   0.14
XYZ34.743447.786974.4105
Yxy47.78690.22140.3045
Hunter Lab69.1281-31.2610-15.4310
CIE-Lab74.6903-33.4022-19.8031

#27cadb color RGB value is (39,202,219).

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

The process color (four color CMYK) of #27cadb color hex is 0.82, 0.08, 0.00, 0.14. Web safe color of #27cadb is #33cccc. Color #27cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11001010 11011011
Octal 47 312 333
Decimal 39 202 219
Hex 27 CA DB

RGB Percentages of Color #27cadb

%8.48
%43.91
%47.61

CMYK Percentages of Color #27cadb

%82
%8
%0
%14

Triadic Colors of #27cadb

#27cadb #db27ca #cadb27

Analogous Colors of #27cadb

#27cadb #2770db #27db92

Monochromatic Colors of #27cadb

#27cadb

Complementary Color

#27cadb #db3827

#27cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#27cadb Color CSS Codes

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

#27cadb Text Font Color

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

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


#27cadb Background Color

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

This div background color is #27cadb


#27cadb Border Color

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

This div border color is #27cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27cadb


Comments

No comments written yet.

Please login to write comment.