Color Hex Logo

#cff9ca Color Hex

#CFF9CA
(207,249,202)
0 Favorites   0 Comments

Color spaces of #cff9ca

RGB 207249202
HSL0.320.800.88
HSV114°19°98°
CMYK 0.170.000.19   0.02
XYZ70.268585.281068.6345
Yxy85.28100.31340.3804
Hunter Lab92.3477-25.785720.5780
CIE-Lab94.0041-22.045518.1780

#cff9ca color RGB value is (207,249,202).

#cff9ca hex color red value is 207, green value is 249 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cff9ca hue: 0.32 , saturation: 0.80 and the lightness value of cff9ca is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111001 11001010
Octal 317 371 312
Decimal 207 249 202
Hex CF F9 CA

RGB Percentages of Color #cff9ca

%31.46
%37.84
%30.70

CMYK Percentages of Color #cff9ca

%17
%0
%19
%2

Triadic Colors of #cff9ca

#cff9ca #cacff9 #f9cacf

Analogous Colors of #cff9ca

#cff9ca #caf9dd #e7f9ca

Monochromatic Colors of #cff9ca

#cff9ca

Complementary Color

#cff9ca #f4caf9

#cff9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff9ca Color CSS Codes

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

#cff9ca Text Font Color

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

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


#cff9ca Background Color

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

This div background color is #cff9ca


#cff9ca Border Color

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

This div border color is #cff9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff9ca


Comments

No comments written yet.

Please login to write comment.