Color Hex Logo

#cfbbea Color Hex

#CFBBEA
(207,187,234)
0 Favorites   0 Comments

Color spaces of #cfbbea

RGB 207187234
HSL0.740.530.83
HSV266°20°92°
CMYK 0.120.200.00   0.08
XYZ58.353754.746685.3335
Yxy54.74660.29410.2759
Hunter Lab73.990911.2917-16.5853
CIE-Lab78.895115.9281-20.7831

#cfbbea color RGB value is (207,187,234).

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

The process color (four color CMYK) of #cfbbea color hex is 0.12, 0.20, 0.00, 0.08. Web safe color of #cfbbea is #ccccff. Color #cfbbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 11101010
Octal 317 273 352
Decimal 207 187 234
Hex CF BB EA

RGB Percentages of Color #cfbbea

%32.96
%29.78
%37.26

CMYK Percentages of Color #cfbbea

%12
%20
%0
%8

Triadic Colors of #cfbbea

#cfbbea #eacfbb #bbeacf

Analogous Colors of #cfbbea

#cfbbea #e7bbea #bbbfea

Monochromatic Colors of #cfbbea

#cfbbea

Complementary Color

#cfbbea #d6eabb

#cfbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbbea Color CSS Codes

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

#cfbbea Text Font Color

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

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


#cfbbea Background Color

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

This div background color is #cfbbea


#cfbbea Border Color

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

This div border color is #cfbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbbea


Comments

No comments written yet.

Please login to write comment.