Color Hex Logo

#cffed2 Color Hex

#CFFED2
(207,254,210)
0 Favorites   0 Comments

Color spaces of #cffed2

RGB 207254210
HSL0.340.960.90
HSV124°19°100°
CMYK 0.190.000.17   0.00
XYZ72.806888.802274.2760
Yxy88.80220.30870.3765
Hunter Lab94.2349-27.000319.2320
CIE-Lab95.4977-23.104016.1779

#cffed2 color RGB value is (207,254,210).

#cffed2 hex color red value is 207, green value is 254 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cffed2 hue: 0.34 , saturation: 0.96 and the lightness value of cffed2 is 0.90.

The process color (four color CMYK) of #cffed2 color hex is 0.19, 0.00, 0.17, 0.00. Web safe color of #cffed2 is #ccffcc. Color #cffed2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 11010010
Octal 317 376 322
Decimal 207 254 210
Hex CF FE D2

RGB Percentages of Color #cffed2

%30.85
%37.85
%31.30

CMYK Percentages of Color #cffed2

%19
%0
%17
%0

Triadic Colors of #cffed2

#cffed2 #d2cffe #fed2cf

Analogous Colors of #cffed2

#cffed2 #cffeea #e4fecf

Monochromatic Colors of #cffed2

#cffed2

Complementary Color

#cffed2 #fecffb

#cffed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffed2 Color CSS Codes

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

#cffed2 Text Font Color

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

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


#cffed2 Background Color

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

This div background color is #cffed2


#cffed2 Border Color

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

This div border color is #cffed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffed2

Related Colors


Comments

No comments written yet.

Please login to write comment.