Color Hex Logo

#cadabe Color Hex

#CADABE
(202,218,190)
0 Favorites   0 Comments

Color spaces of #cadabe

RGB 202218190
HSL0.260.270.80
HSV94°13°85°
CMYK 0.070.000.13   0.15
XYZ58.722866.417158.4400
Yxy66.41710.31990.3618
Hunter Lab81.4967-14.000214.5317
CIE-Lab85.2087-10.391811.9629

#cadabe color RGB value is (202,218,190).

#cadabe hex color red value is 202, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cadabe hue: 0.26 , saturation: 0.27 and the lightness value of cadabe is 0.80.

The process color (four color CMYK) of #cadabe color hex is 0.07, 0.00, 0.13, 0.15. Web safe color of #cadabe is #cccccc. Color #cadabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011010 10111110
Octal 312 332 276
Decimal 202 218 190
Hex CA DA BE

RGB Percentages of Color #cadabe

%33.11
%35.74
%31.15

CMYK Percentages of Color #cadabe

%7
%0
%13
%15

Triadic Colors of #cadabe

#cadabe #becada #dabeca

Analogous Colors of #cadabe

#cadabe #bedac0 #d8dabe

Monochromatic Colors of #cadabe

#cadabe

Complementary Color

#cadabe #cebeda

#cadabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadabe Color CSS Codes

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

#cadabe Text Font Color

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

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


#cadabe Background Color

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

This div background color is #cadabe


#cadabe Border Color

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

This div border color is #cadabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadabe


Comments

No comments written yet.

Please login to write comment.