Color Hex Logo

#caeabc Color Hex

#CAEABC
(202,234,188)
0 Favorites   0 Comments

Color spaces of #caeabc

RGB 202234188
HSL0.280.520.83
HSV102°20°92°
CMYK 0.140.000.20   0.08
XYZ62.857075.033058.7469
Yxy75.03300.31970.3816
Hunter Lab86.6216-22.059220.4245
CIE-Lab89.4084-18.726218.9198

#caeabc color RGB value is (202,234,188).

#caeabc hex color red value is 202, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #caeabc hue: 0.28 , saturation: 0.52 and the lightness value of caeabc is 0.83.

The process color (four color CMYK) of #caeabc color hex is 0.14, 0.00, 0.20, 0.08. Web safe color of #caeabc is #ccffcc. Color #caeabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 10111100
Octal 312 352 274
Decimal 202 234 188
Hex CA EA BC

RGB Percentages of Color #caeabc

%32.37
%37.50
%30.13

CMYK Percentages of Color #caeabc

%14
%0
%20
%8

Triadic Colors of #caeabc

#caeabc #bccaea #eabcca

Analogous Colors of #caeabc

#caeabc #bceac5 #e1eabc

Monochromatic Colors of #caeabc

#caeabc

Complementary Color

#caeabc #dcbcea

#caeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeabc Color CSS Codes

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

#caeabc Text Font Color

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

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


#caeabc Background Color

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

This div background color is #caeabc


#caeabc Border Color

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

This div border color is #caeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeabc

#caeabc Color Palettes


Comments

No comments written yet.

Please login to write comment.