Color Hex Logo

#cfbee4 Color Hex

#CFBEE4
(207,190,228)
1 Favorites   0 Comments

Color spaces of #cfbee4

RGB 207190228
HSL0.740.410.82
HSV267°17°89°
CMYK 0.090.170.00   0.11
XYZ58.149255.693781.0840
Yxy55.69370.29830.2857
Hunter Lab74.62828.4852-12.1792
CIE-Lab79.439213.0859-16.7318

#cfbee4 color RGB value is (207,190,228).

#cfbee4 hex color red value is 207, green value is 190 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #cfbee4 hue: 0.74 , saturation: 0.41 and the lightness value of cfbee4 is 0.82.

The process color (four color CMYK) of #cfbee4 color hex is 0.09, 0.17, 0.00, 0.11. Web safe color of #cfbee4 is #cccccc. Color #cfbee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11100100
Octal 317 276 344
Decimal 207 190 228
Hex CF BE E4

RGB Percentages of Color #cfbee4

%33.12
%30.40
%36.48

CMYK Percentages of Color #cfbee4

%9
%17
%0
%11

Triadic Colors of #cfbee4

#cfbee4 #e4cfbe #bee4cf

Analogous Colors of #cfbee4

#cfbee4 #e2bee4 #bec0e4

Monochromatic Colors of #cfbee4

#cfbee4

Complementary Color

#cfbee4 #d3e4be

#cfbee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbee4 Color CSS Codes

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

#cfbee4 Text Font Color

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

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


#cfbee4 Background Color

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

This div background color is #cfbee4


#cfbee4 Border Color

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

This div border color is #cfbee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbee4


Comments

No comments written yet.

Please login to write comment.