Color Hex Logo

#01edca Color Hex

#01EDCA
(1,237,202)
0 Favorites   0 Comments

Color spaces of #01edca

RGB 1237202
HSL0.480.990.47
HSV171°100°93°
CMYK 1.000.000.15   0.07
XYZ40.957464.839166.2336
Yxy64.83910.23810.3769
Hunter Lab80.5227-50.12187.5972
CIE-Lab84.4008-55.10163.6439

#01edca color RGB value is (1,237,202).

#01edca hex color red value is 1, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #01edca hue: 0.48 , saturation: 0.99 and the lightness value of 01edca is 0.47.

The process color (four color CMYK) of #01edca color hex is 1.00, 0.00, 0.15, 0.07. Web safe color of #01edca is #00ffcc. Color #01edca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101101 11001010
Octal 1 355 312
Decimal 1 237 202
Hex 1 ED CA

RGB Percentages of Color #01edca

%0.23
%53.86
%45.91

CMYK Percentages of Color #01edca

%100
%0
%15
%7

Triadic Colors of #01edca

#01edca #ca01ed #edca01

Analogous Colors of #01edca

#01edca #019aed #01ed54

Monochromatic Colors of #01edca

#01edca

Complementary Color

#01edca #ed0124

#01edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#01edca Color CSS Codes

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

#01edca Text Font Color

<p style="color:#01edca">Text here</p>

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


#01edca Background Color

<div style="background-color:#01edca">
Div content here</div>

This div background color is #01edca


#01edca Border Color

<div style="border:3px solid #01edca">
Div here</div>

This div border color is #01edca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,237,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01edca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01edca;
  -webkit-box-shadow: 1px 1px 3px 2px #01edca;
  box-shadow:         1px 1px 3px 2px #01edca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,237,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 #01edca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01edca


Comments

No comments written yet.

Please login to write comment.