Color Hex Logo

#cfbeef Color Hex

#CFBEEF
(207,190,239)
0 Favorites   0 Comments

Color spaces of #cfbeef

RGB 207190239
HSL0.720.600.84
HSV261°21°94°
CMYK 0.130.210.00   0.06
XYZ59.725656.324389.3852
Yxy56.32430.29070.2742
Hunter Lab75.049510.7165-18.0807
CIE-Lab79.798015.3406-22.0997

#cfbeef color RGB value is (207,190,239).

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

The process color (four color CMYK) of #cfbeef color hex is 0.13, 0.21, 0.00, 0.06. Web safe color of #cfbeef is #ccccff. Color #cfbeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11101111
Octal 317 276 357
Decimal 207 190 239
Hex CF BE EF

RGB Percentages of Color #cfbeef

%32.55
%29.87
%37.58

CMYK Percentages of Color #cfbeef

%13
%21
%0
%6

Triadic Colors of #cfbeef

#cfbeef #efcfbe #beefcf

Analogous Colors of #cfbeef

#cfbeef #e8beef #bec6ef

Monochromatic Colors of #cfbeef

#cfbeef

Complementary Color

#cfbeef #deefbe

#cfbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeef Color CSS Codes

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

#cfbeef Text Font Color

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

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


#cfbeef Background Color

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

This div background color is #cfbeef


#cfbeef Border Color

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

This div border color is #cfbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeef


Comments

No comments written yet.

Please login to write comment.