Color Hex Logo

#00caaf Color Hex

#00CAAF
(0,202,175)
0 Favorites   0 Comments

Color spaces of #00caaf

RGB 0202175
HSL0.481.000.40
HSV172°100°79°
CMYK 1.000.000.13   0.21
XYZ28.858445.336247.7872
Yxy45.33620.23660.3717
Hunter Lab67.3322-41.32665.0530
CIE-Lab73.1127-48.04831.6530

#00caaf color RGB value is (0,202,175).

#00caaf hex color red value is 0, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #00caaf hue: 0.48 , saturation: 1.00 and the lightness value of 00caaf is 0.40.

The process color (four color CMYK) of #00caaf color hex is 1.00, 0.00, 0.13, 0.21. Web safe color of #00caaf is #00cc99. Color #00caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001010 10101111
Octal 0 312 257
Decimal 0 202 175
Hex 0 CA AF

RGB Percentages of Color #00caaf

%0.00
%53.58
%46.42

CMYK Percentages of Color #00caaf

%100
%0
%13
%21

Triadic Colors of #00caaf

#00caaf #af00ca #caaf00

Analogous Colors of #00caaf

#00caaf #0080ca #00ca4a

Monochromatic Colors of #00caaf

#00caaf

Complementary Color

#00caaf #ca001b

#00caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00caaf Color CSS Codes

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

#00caaf Text Font Color

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

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


#00caaf Background Color

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

This div background color is #00caaf


#00caaf Border Color

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

This div border color is #00caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00caaf


Comments

No comments written yet.

Please login to write comment.