Color Hex Logo

#cfbeea Color Hex

#CFBEEA
(207,190,234)
0 Favorites   0 Comments

Color spaces of #cfbeea

RGB 207190234
HSL0.730.510.83
HSV263°19°92°
CMYK 0.120.190.00   0.08
XYZ58.996956.032885.5478
Yxy56.03280.29410.2794
Hunter Lab74.85519.6881-15.3608
CIE-Lab79.632514.3053-19.6659

#cfbeea color RGB value is (207,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11101010
Octal 317 276 352
Decimal 207 190 234
Hex CF BE EA

RGB Percentages of Color #cfbeea

%32.81
%30.11
%37.08

CMYK Percentages of Color #cfbeea

%12
%19
%0
%8

Triadic Colors of #cfbeea

#cfbeea #eacfbe #beeacf

Analogous Colors of #cfbeea

#cfbeea #e5beea #bec3ea

Monochromatic Colors of #cfbeea

#cfbeea

Complementary Color

#cfbeea #d9eabe

#cfbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeea Color CSS Codes

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

#cfbeea Text Font Color

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

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


#cfbeea Background Color

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

This div background color is #cfbeea


#cfbeea Border Color

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

This div border color is #cfbeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,190,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 #cfbeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeea


Comments

No comments written yet.

Please login to write comment.