Color Hex Logo

#cffde5 Color Hex

#CFFDE5
(207,253,229)
1 Favorites   0 Comments

Color spaces of #cffde5

RGB 207253229
HSL0.410.920.90
HSV149°18°99°
CMYK 0.180.000.09   0.01
XYZ75.000389.173187.3879
Yxy89.17310.29810.3545
Hunter Lab94.4315-23.485211.2345
CIE-Lab95.6527-19.22326.6413

#cffde5 color RGB value is (207,253,229).

#cffde5 hex color red value is 207, green value is 253 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cffde5 hue: 0.41 , saturation: 0.92 and the lightness value of cffde5 is 0.90.

The process color (four color CMYK) of #cffde5 color hex is 0.18, 0.00, 0.09, 0.01. Web safe color of #cffde5 is #ccffcc. Color #cffde5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111101 11100101
Octal 317 375 345
Decimal 207 253 229
Hex CF FD E5

RGB Percentages of Color #cffde5

%30.04
%36.72
%33.24

CMYK Percentages of Color #cffde5

%18
%0
%9
%1

Triadic Colors of #cffde5

#cffde5 #e5cffd #fde5cf

Analogous Colors of #cffde5

#cffde5 #cffdfc #d0fdcf

Monochromatic Colors of #cffde5

#cffde5

Complementary Color

#cffde5 #fdcfe7

#cffde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffde5 Color CSS Codes

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

#cffde5 Text Font Color

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

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


#cffde5 Background Color

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

This div background color is #cffde5


#cffde5 Border Color

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

This div border color is #cffde5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,253,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cffde5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cffde5;
  -webkit-box-shadow: 1px 1px 3px 2px #cffde5;
  box-shadow:         1px 1px 3px 2px #cffde5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,253,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffde5

Related Colors


Comments

No comments written yet.

Please login to write comment.