Color Hex Logo

#cfeebc Color Hex

#CFEEBC
(207,238,188)
0 Favorites   0 Comments

Color spaces of #cfeebc

RGB 207238188
HSL0.270.600.84
HSV97°21°93°
CMYK 0.130.000.21   0.07
XYZ65.383878.045359.1951
Yxy78.04530.32270.3852
Hunter Lab88.3433-22.490922.1125
CIE-Lab90.8006-18.966020.9069

#cfeebc color RGB value is (207,238,188).

#cfeebc hex color red value is 207, green value is 238 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cfeebc hue: 0.27 , saturation: 0.60 and the lightness value of cfeebc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 10111100
Octal 317 356 274
Decimal 207 238 188
Hex CF EE BC

RGB Percentages of Color #cfeebc

%32.70
%37.60
%29.70

CMYK Percentages of Color #cfeebc

%13
%0
%21
%7

Triadic Colors of #cfeebc

#cfeebc #bccfee #eebccf

Analogous Colors of #cfeebc

#cfeebc #bceec2 #e8eebc

Monochromatic Colors of #cfeebc

#cfeebc

Complementary Color

#cfeebc #dbbcee

#cfeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeebc Color CSS Codes

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

#cfeebc Text Font Color

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

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


#cfeebc Background Color

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

This div background color is #cfeebc


#cfeebc Border Color

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

This div border color is #cfeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeebc


Comments

No comments written yet.

Please login to write comment.