Color Hex Logo

#00deba Color Hex

#00DEBA
(0,222,186)
0 Favorites   0 Comments

Color spaces of #00deba

RGB 0222186
HSL0.471.000.44
HSV170°100°87°
CMYK 1.000.000.16   0.13
XYZ34.984255.787755.3786
Yxy55.78770.23940.3817
Hunter Lab74.6912-47.10298.3242
CIE-Lab79.4928-53.27874.9971

#00deba color RGB value is (0,222,186).

#00deba hex color red value is 0, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #00deba hue: 0.47 , saturation: 1.00 and the lightness value of 00deba is 0.44.

The process color (four color CMYK) of #00deba color hex is 1.00, 0.00, 0.16, 0.13. Web safe color of #00deba is #00cccc. Color #00deba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011110 10111010
Octal 0 336 272
Decimal 0 222 186
Hex 0 DE BA

RGB Percentages of Color #00deba

%0.00
%54.41
%45.59

CMYK Percentages of Color #00deba

%100
%0
%16
%13

Triadic Colors of #00deba

#00deba #ba00de #deba00

Analogous Colors of #00deba

#00deba #0093de #00de4b

Monochromatic Colors of #00deba

#00deba

Complementary Color

#00deba #de0024

#00deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#00deba Color CSS Codes

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

#00deba Text Font Color

<p style="color:#00deba">Text here</p>

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


#00deba Background Color

<div style="background-color:#00deba">
Div content here</div>

This div background color is #00deba


#00deba Border Color

<div style="border:3px solid #00deba">
Div here</div>

This div border color is #00deba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,222,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00deba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00deba;
  -webkit-box-shadow: 1px 1px 3px 2px #00deba;
  box-shadow:         1px 1px 3px 2px #00deba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,222,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00deba


Comments

No comments written yet.

Please login to write comment.