Color Hex Logo

#05cdea Color Hex

#05CDEA
(5,205,234)
0 Favorites   0 Comments

Color spaces of #05cdea

RGB 5205234
HSL0.520.960.47
HSV188°98°92°
CMYK 0.980.120.00   0.08
XYZ36.745249.635485.4858
Yxy49.63540.21380.2888
Hunter Lab70.4524-30.1931-22.6249
CIE-Lab75.8449-31.6407-26.1516

#05cdea color RGB value is (5,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001101 11101010
Octal 5 315 352
Decimal 5 205 234
Hex 5 CD EA

RGB Percentages of Color #05cdea

%1.13
%46.17
%52.70

CMYK Percentages of Color #05cdea

%98
%12
%0
%8

Triadic Colors of #05cdea

#05cdea #ea05cd #cdea05

Analogous Colors of #05cdea

#05cdea #055aea #05ea95

Monochromatic Colors of #05cdea

#05cdea

Complementary Color

#05cdea #ea2205

#05cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cdea Color CSS Codes

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

#05cdea Text Font Color

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

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


#05cdea Background Color

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

This div background color is #05cdea


#05cdea Border Color

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

This div border color is #05cdea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,205,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 #05cdea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cdea


Comments

No comments written yet.

Please login to write comment.