Color Hex Logo

#caedc7 Color Hex

#CAEDC7
(202,237,199)
0 Favorites   0 Comments

Color spaces of #caedc7

RGB 202237199
HSL0.320.510.85
HSV115°16°93°
CMYK 0.150.000.16   0.07
XYZ64.950177.248565.5200
Yxy77.24850.31270.3719
Hunter Lab87.8911-21.900917.3250
CIE-Lab90.4359-18.372114.6600

#caedc7 color RGB value is (202,237,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 11000111
Octal 312 355 307
Decimal 202 237 199
Hex CA ED C7

RGB Percentages of Color #caedc7

%31.66
%37.15
%31.19

CMYK Percentages of Color #caedc7

%15
%0
%16
%7

Triadic Colors of #caedc7

#caedc7 #c7caed #edc7ca

Analogous Colors of #caedc7

#caedc7 #c7edd7 #ddedc7

Monochromatic Colors of #caedc7

#caedc7

Complementary Color

#caedc7 #eac7ed

#caedc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caedc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caedc7 Color CSS Codes

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

#caedc7 Text Font Color

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

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


#caedc7 Background Color

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

This div background color is #caedc7


#caedc7 Border Color

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

This div border color is #caedc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caedc7


Comments

No comments written yet.

Please login to write comment.