Color Hex Logo

#05dcea Color Hex

#05DCEA
(5,220,234)
0 Favorites   0 Comments

Color spaces of #05dcea

RGB 5220234
HSL0.510.960.47
HSV184°98°92°
CMYK 0.980.060.00   0.08
XYZ40.507157.159286.7398
Yxy57.15920.21970.3100
Hunter Lab75.6037-36.6694-15.1006
CIE-Lab80.2691-38.6817-19.4216

#05dcea color RGB value is (5,220,234).

#05dcea hex color red value is 5, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #05dcea hue: 0.51 , saturation: 0.96 and the lightness value of 05dcea is 0.47.

The process color (four color CMYK) of #05dcea color hex is 0.98, 0.06, 0.00, 0.08. Web safe color of #05dcea is #00ccff. Color #05dcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11011100 11101010
Octal 5 334 352
Decimal 5 220 234
Hex 5 DC EA

RGB Percentages of Color #05dcea

%1.09
%47.93
%50.98

CMYK Percentages of Color #05dcea

%98
%6
%0
%8

Triadic Colors of #05dcea

#05dcea #ea05dc #dcea05

Analogous Colors of #05dcea

#05dcea #056aea #05ea86

Monochromatic Colors of #05dcea

#05dcea

Complementary Color

#05dcea #ea1305

#05dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#05dcea Color CSS Codes

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

#05dcea Text Font Color

<p style="color:#05dcea">Text here</p>

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


#05dcea Background Color

<div style="background-color:#05dcea">
Div content here</div>

This div background color is #05dcea


#05dcea Border Color

<div style="border:3px solid #05dcea">
Div here</div>

This div border color is #05dcea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,220,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05dcea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05dcea;
  -webkit-box-shadow: 1px 1px 3px 2px #05dcea;
  box-shadow:         1px 1px 3px 2px #05dcea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,220,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05dcea


Comments

No comments written yet.

Please login to write comment.