Color Hex Logo

#27adec Color Hex

#27ADEC
(39,173,236)
0 Favorites   0 Comments

Color spaces of #27adec

RGB 39173236
HSL0.550.840.54
HSV199°83°93°
CMYK 0.830.270.00   0.07
XYZ30.920636.374684.7482
Yxy36.37460.20340.2392
Hunter Lab60.3114-14.0310-41.0951
CIE-Lab66.8052-13.0391-41.2052

#27adec color RGB value is (39,173,236).

#27adec hex color red value is 39, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #27adec hue: 0.55 , saturation: 0.84 and the lightness value of 27adec is 0.54.

The process color (four color CMYK) of #27adec color hex is 0.83, 0.27, 0.00, 0.07. Web safe color of #27adec is #3399ff. Color #27adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101101 11101100
Octal 47 255 354
Decimal 39 173 236
Hex 27 AD EC

RGB Percentages of Color #27adec

%8.71
%38.62
%52.68

CMYK Percentages of Color #27adec

%83
%27
%0
%7

Triadic Colors of #27adec

#27adec #ec27ad #adec27

Analogous Colors of #27adec

#27adec #274bec #27ecc9

Monochromatic Colors of #27adec

#27adec

Complementary Color

#27adec #ec6627

#27adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#27adec Color CSS Codes

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

#27adec Text Font Color

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

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


#27adec Background Color

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

This div background color is #27adec


#27adec Border Color

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

This div border color is #27adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27adec


Comments

No comments written yet.

Please login to write comment.