Color Hex Logo

#cfeeca Color Hex

#CFEECA
(207,238,202)
0 Favorites   0 Comments

Color spaces of #cfeeca

RGB 207238202
HSL0.310.510.86
HSV112°15°93°
CMYK 0.130.000.15   0.07
XYZ66.967378.678767.5341
Yxy78.67870.31410.3691
Hunter Lab88.7010-20.463216.9492
CIE-Lab91.0887-16.673214.0729

#cfeeca color RGB value is (207,238,202).

#cfeeca hex color red value is 207, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cfeeca hue: 0.31 , saturation: 0.51 and the lightness value of cfeeca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 11001010
Octal 317 356 312
Decimal 207 238 202
Hex CF EE CA

RGB Percentages of Color #cfeeca

%31.99
%36.79
%31.22

CMYK Percentages of Color #cfeeca

%13
%0
%15
%7

Triadic Colors of #cfeeca

#cfeeca #cacfee #eecacf

Analogous Colors of #cfeeca

#cfeeca #caeed7 #e1eeca

Monochromatic Colors of #cfeeca

#cfeeca

Complementary Color

#cfeeca #e9caee

#cfeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeeca Color CSS Codes

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

#cfeeca Text Font Color

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

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


#cfeeca Background Color

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

This div background color is #cfeeca


#cfeeca Border Color

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

This div border color is #cfeeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,238,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 #cfeeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeeca


Comments

No comments written yet.

Please login to write comment.