Color Hex Logo

#cfbeee Color Hex

#CFBEEE
(207,190,238)
0 Favorites   0 Comments

Color spaces of #cfbeee

RGB 207190238
HSL0.730.590.84
HSV261°20°93°
CMYK 0.130.200.00   0.07
XYZ59.578256.265488.6091
Yxy56.26540.29140.2752
Hunter Lab75.010310.5087-17.5317
CIE-Lab79.764615.1320-21.6137

#cfbeee color RGB value is (207,190,238).

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

The process color (four color CMYK) of #cfbeee color hex is 0.13, 0.20, 0.00, 0.07. Web safe color of #cfbeee is #ccccff. Color #cfbeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11101110
Octal 317 276 356
Decimal 207 190 238
Hex CF BE EE

RGB Percentages of Color #cfbeee

%32.60
%29.92
%37.48

CMYK Percentages of Color #cfbeee

%13
%20
%0
%7

Triadic Colors of #cfbeee

#cfbeee #eecfbe #beeecf

Analogous Colors of #cfbeee

#cfbeee #e7beee #bec5ee

Monochromatic Colors of #cfbeee

#cfbeee

Complementary Color

#cfbeee #ddeebe

#cfbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeee Color CSS Codes

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

#cfbeee Text Font Color

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

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


#cfbeee Background Color

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

This div background color is #cfbeee


#cfbeee Border Color

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

This div border color is #cfbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeee


Comments

No comments written yet.

Please login to write comment.