Color Hex Logo

#cfeebb Color Hex

#CFEEBB
(207,238,187)
0 Favorites   0 Comments

Color spaces of #cfeebb

RGB 207238187
HSL0.270.600.83
HSV96°21°93°
CMYK 0.130.000.21   0.07
XYZ65.276378.002358.6292
Yxy78.00230.32330.3863
Hunter Lab88.3189-22.629222.4644
CIE-Lab90.7810-19.123521.3949

#cfeebb color RGB value is (207,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 10111011
Octal 317 356 273
Decimal 207 238 187
Hex CF EE BB

RGB Percentages of Color #cfeebb

%32.75
%37.66
%29.59

CMYK Percentages of Color #cfeebb

%13
%0
%21
%7

Triadic Colors of #cfeebb

#cfeebb #bbcfee #eebbcf

Analogous Colors of #cfeebb

#cfeebb #bbeec1 #e9eebb

Monochromatic Colors of #cfeebb

#cfeebb

Complementary Color

#cfeebb #dabbee

#cfeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeebb Color CSS Codes

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

#cfeebb Text Font Color

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

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


#cfeebb Background Color

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

This div background color is #cfeebb


#cfeebb Border Color

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

This div border color is #cfeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeebb


Comments

No comments written yet.

Please login to write comment.