Color Hex Logo

#cfbde4 Color Hex

#CFBDE4
(207,189,228)
0 Favorites   0 Comments

Color spaces of #cfbde4

RGB 207189228
HSL0.740.420.82
HSV268°17°89°
CMYK 0.090.170.00   0.11
XYZ57.933355.262081.0120
Yxy55.26200.29830.2846
Hunter Lab74.33849.0161-12.5758
CIE-Lab79.191913.6256-17.1044

#cfbde4 color RGB value is (207,189,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 11100100
Octal 317 275 344
Decimal 207 189 228
Hex CF BD E4

RGB Percentages of Color #cfbde4

%33.17
%30.29
%36.54

CMYK Percentages of Color #cfbde4

%9
%17
%0
%11

Triadic Colors of #cfbde4

#cfbde4 #e4cfbd #bde4cf

Analogous Colors of #cfbde4

#cfbde4 #e3bde4 #bdbfe4

Monochromatic Colors of #cfbde4

#cfbde4

Complementary Color

#cfbde4 #d2e4bd

#cfbde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbde4 Color CSS Codes

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

#cfbde4 Text Font Color

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

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


#cfbde4 Background Color

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

This div background color is #cfbde4


#cfbde4 Border Color

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

This div border color is #cfbde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbde4


Comments

No comments written yet.

Please login to write comment.