Color Hex Logo

#cfeec3 Color Hex

#CFEEC3
(207,238,195)
0 Favorites   0 Comments

Color spaces of #cfeec3

RGB 207238195
HSL0.290.560.85
HSV103°18°93°
CMYK 0.130.000.18   0.07
XYZ66.157078.354663.2669
Yxy78.35460.31840.3771
Hunter Lab88.5181-21.498819.5861
CIE-Lab90.9415-17.840317.4899

#cfeec3 color RGB value is (207,238,195).

#cfeec3 hex color red value is 207, green value is 238 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #cfeec3 hue: 0.29 , saturation: 0.56 and the lightness value of cfeec3 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 11000011
Octal 317 356 303
Decimal 207 238 195
Hex CF EE C3

RGB Percentages of Color #cfeec3

%32.34
%37.19
%30.47

CMYK Percentages of Color #cfeec3

%13
%0
%18
%7

Triadic Colors of #cfeec3

#cfeec3 #c3cfee #eec3cf

Analogous Colors of #cfeec3

#cfeec3 #c3eecd #e5eec3

Monochromatic Colors of #cfeec3

#cfeec3

Complementary Color

#cfeec3 #e2c3ee

#cfeec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeec3 Color CSS Codes

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

#cfeec3 Text Font Color

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

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


#cfeec3 Background Color

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

This div background color is #cfeec3


#cfeec3 Border Color

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

This div border color is #cfeec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeec3


Comments

No comments written yet.

Please login to write comment.