Color Hex Logo

#0dedca Color Hex

#0DEDCA
(13,237,202)
0 Favorites   0 Comments

Color spaces of #0dedca

RGB 13237202
HSL0.470.900.49
HSV171°95°93°
CMYK 0.950.000.15   0.07
XYZ41.110864.918266.2408
Yxy64.91820.23860.3768
Hunter Lab80.5718-49.92327.6560
CIE-Lab84.4416-54.80663.7081

#0dedca color RGB value is (13,237,202).

#0dedca hex color red value is 13, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0dedca hue: 0.47 , saturation: 0.90 and the lightness value of 0dedca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101101 11001010
Octal 15 355 312
Decimal 13 237 202
Hex D ED CA

RGB Percentages of Color #0dedca

%2.88
%52.43
%44.69

CMYK Percentages of Color #0dedca

%95
%0
%15
%7

Triadic Colors of #0dedca

#0dedca #ca0ded #edca0d

Analogous Colors of #0dedca

#0dedca #0da0ed #0ded5a

Monochromatic Colors of #0dedca

#0dedca

Complementary Color

#0dedca #ed0d30

#0dedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dedca Color CSS Codes

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

#0dedca Text Font Color

<p style="color:#0dedca">Text here</p>

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


#0dedca Background Color

<div style="background-color:#0dedca">
Div content here</div>

This div background color is #0dedca


#0dedca Border Color

<div style="border:3px solid #0dedca">
Div here</div>

This div border color is #0dedca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,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 #0dedca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dedca


Comments

No comments written yet.

Please login to write comment.