Color Hex Logo

#cfbeed Color Hex

#CFBEED
(207,190,237)
0 Favorites   0 Comments

Color spaces of #cfbeed

RGB 207190237
HSL0.730.570.84
HSV262°20°93°
CMYK 0.130.200.00   0.07
XYZ59.431656.206787.8374
Yxy56.20670.29210.2762
Hunter Lab74.971110.3022-16.9853
CIE-Lab79.731314.9243-21.1275

#cfbeed color RGB value is (207,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11101101
Octal 317 276 355
Decimal 207 190 237
Hex CF BE ED

RGB Percentages of Color #cfbeed

%32.65
%29.97
%37.38

CMYK Percentages of Color #cfbeed

%13
%20
%0
%7

Triadic Colors of #cfbeed

#cfbeed #edcfbe #beedcf

Analogous Colors of #cfbeed

#cfbeed #e7beed #bec5ed

Monochromatic Colors of #cfbeed

#cfbeed

Complementary Color

#cfbeed #dcedbe

#cfbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeed Color CSS Codes

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

#cfbeed Text Font Color

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

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


#cfbeed Background Color

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

This div background color is #cfbeed


#cfbeed Border Color

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

This div border color is #cfbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeed


Comments

No comments written yet.

Please login to write comment.