Color Hex Logo

#27adca Color Hex

#27ADCA
(39,173,202)
0 Favorites   0 Comments

Color spaces of #27adca

RGB 39173202
HSL0.530.680.47
HSV191°81°79°
CMYK 0.810.140.00   0.21
XYZ26.440934.582761.1587
Yxy34.58270.21640.2830
Hunter Lab58.8071-22.6550-20.4960
CIE-Lab65.4225-24.5596-24.6337

#27adca color RGB value is (39,173,202).

#27adca hex color red value is 39, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #27adca hue: 0.53 , saturation: 0.68 and the lightness value of 27adca is 0.47.

The process color (four color CMYK) of #27adca color hex is 0.81, 0.14, 0.00, 0.21. Web safe color of #27adca is #3399cc. Color #27adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101101 11001010
Octal 47 255 312
Decimal 39 173 202
Hex 27 AD CA

RGB Percentages of Color #27adca

%9.42
%41.79
%48.79

CMYK Percentages of Color #27adca

%81
%14
%0
%21

Triadic Colors of #27adca

#27adca #ca27ad #adca27

Analogous Colors of #27adca

#27adca #275cca #27ca96

Monochromatic Colors of #27adca

#27adca

Complementary Color

#27adca #ca4427

#27adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#27adca Color CSS Codes

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

#27adca Text Font Color

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

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


#27adca Background Color

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

This div background color is #27adca


#27adca Border Color

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

This div border color is #27adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27adca


Comments

No comments written yet.

Please login to write comment.