Color Hex Logo

#cfbedb Color Hex

#CFBEDB
(207,190,219)
0 Favorites   0 Comments

Color spaces of #cfbedb

RGB 207190219
HSL0.760.290.80
HSV275°13°86°
CMYK 0.050.130.00   0.14
XYZ56.931855.206874.6732
Yxy55.20680.30480.2955
Hunter Lab74.30136.7447-7.5759
CIE-Lab79.160211.3051-12.3034

#cfbedb color RGB value is (207,190,219).

#cfbedb hex color red value is 207, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cfbedb hue: 0.76 , saturation: 0.29 and the lightness value of cfbedb is 0.80.

The process color (four color CMYK) of #cfbedb color hex is 0.05, 0.13, 0.00, 0.14. Web safe color of #cfbedb is #cccccc. Color #cfbedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11011011
Octal 317 276 333
Decimal 207 190 219
Hex CF BE DB

RGB Percentages of Color #cfbedb

%33.60
%30.84
%35.55

CMYK Percentages of Color #cfbedb

%5
%13
%0
%14

Triadic Colors of #cfbedb

#cfbedb #dbcfbe #bedbcf

Analogous Colors of #cfbedb

#cfbedb #dbbed9 #c1bedb

Monochromatic Colors of #cfbedb

#cfbedb

Complementary Color

#cfbedb #cadbbe

#cfbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbedb Color CSS Codes

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

#cfbedb Text Font Color

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

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


#cfbedb Background Color

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

This div background color is #cfbedb


#cfbedb Border Color

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

This div border color is #cfbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbedb

#cfbedb Color Palettes


Comments

No comments written yet.

Please login to write comment.