Color Hex Logo

#05eecd Color Hex

#05EECD
(5,238,205)
0 Favorites   0 Comments

Color spaces of #05eecd

RGB 5238205
HSL0.480.960.48
HSV172°98°93°
CMYK 0.980.000.14   0.07
XYZ41.656665.589168.2220
Yxy65.58910.23740.3738
Hunter Lab80.9871-49.91406.7462
CIE-Lab84.7864-54.62682.6297

#05eecd color RGB value is (5,238,205).

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

The process color (four color CMYK) of #05eecd color hex is 0.98, 0.00, 0.14, 0.07. Web safe color of #05eecd is #00ffcc. Color #05eecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101110 11001101
Octal 5 356 315
Decimal 5 238 205
Hex 5 EE CD

RGB Percentages of Color #05eecd

%1.12
%53.13
%45.76

CMYK Percentages of Color #05eecd

%98
%0
%14
%7

Triadic Colors of #05eecd

#05eecd #cd05ee #eecd05

Analogous Colors of #05eecd

#05eecd #059bee #05ee58

Monochromatic Colors of #05eecd

#05eecd

Complementary Color

#05eecd #ee0526

#05eecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05eecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05eecd Color CSS Codes

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

#05eecd Text Font Color

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

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


#05eecd Background Color

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

This div background color is #05eecd


#05eecd Border Color

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

This div border color is #05eecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05eecd


Comments

No comments written yet.

Please login to write comment.