Color Hex Logo

#caedc6 Color Hex

#CAEDC6
(202,237,198)
0 Favorites   0 Comments

Color spaces of #caedc6

RGB 202237198
HSL0.320.520.85
HSV114°16°93°
CMYK 0.150.000.16   0.07
XYZ64.834477.202164.9105
Yxy77.20210.31330.3731
Hunter Lab87.8647-22.050117.7045
CIE-Lab90.4146-18.541915.1485

#caedc6 color RGB value is (202,237,198).

#caedc6 hex color red value is 202, green value is 237 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #caedc6 hue: 0.32 , saturation: 0.52 and the lightness value of caedc6 is 0.85.

The process color (four color CMYK) of #caedc6 color hex is 0.15, 0.00, 0.16, 0.07. Web safe color of #caedc6 is #ccffcc. Color #caedc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 11000110
Octal 312 355 306
Decimal 202 237 198
Hex CA ED C6

RGB Percentages of Color #caedc6

%31.71
%37.21
%31.08

CMYK Percentages of Color #caedc6

%15
%0
%16
%7

Triadic Colors of #caedc6

#caedc6 #c6caed #edc6ca

Analogous Colors of #caedc6

#caedc6 #c6edd6 #deedc6

Monochromatic Colors of #caedc6

#caedc6

Complementary Color

#caedc6 #e9c6ed

#caedc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caedc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caedc6 Color CSS Codes

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

#caedc6 Text Font Color

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

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


#caedc6 Background Color

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

This div background color is #caedc6


#caedc6 Border Color

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

This div border color is #caedc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caedc6


Comments

No comments written yet.

Please login to write comment.