Color Hex Logo

#caefd7 Color Hex

#CAEFD7
(202,239,215)
0 Favorites   0 Comments

Color spaces of #caefd7

RGB 202239215
HSL0.390.540.86
HSV141°15°94°
CMYK 0.150.000.10   0.06
XYZ67.489479.195976.0192
Yxy79.19590.30300.3556
Hunter Lab88.9921-20.366111.6475
CIE-Lab91.3229-16.52927.6132

#caefd7 color RGB value is (202,239,215).

#caefd7 hex color red value is 202, green value is 239 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #caefd7 hue: 0.39 , saturation: 0.54 and the lightness value of caefd7 is 0.86.

The process color (four color CMYK) of #caefd7 color hex is 0.15, 0.00, 0.10, 0.06. Web safe color of #caefd7 is #ccffcc. Color #caefd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 11010111
Octal 312 357 327
Decimal 202 239 215
Hex CA EF D7

RGB Percentages of Color #caefd7

%30.79
%36.43
%32.77

CMYK Percentages of Color #caefd7

%15
%0
%10
%6

Triadic Colors of #caefd7

#caefd7 #d7caef #efd7ca

Analogous Colors of #caefd7

#caefd7 #caefea #d0efca

Monochromatic Colors of #caefd7

#caefd7

Complementary Color

#caefd7 #efcae2

#caefd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caefd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caefd7 Color CSS Codes

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

#caefd7 Text Font Color

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

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


#caefd7 Background Color

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

This div background color is #caefd7


#caefd7 Border Color

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

This div border color is #caefd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caefd7


Comments

No comments written yet.

Please login to write comment.