Color Hex Logo

#cebfdb Color Hex

#CEBFDB
(206,191,219)
0 Favorites   0 Comments

Color spaces of #cebfdb

RGB 206191219
HSL0.760.280.80
HSV272°13°86°
CMYK 0.060.130.00   0.14
XYZ56.870655.497974.7326
Yxy55.49790.30400.2966
Hunter Lab74.49695.8965-7.3297
CIE-Lab79.327210.4344-12.0623

#cebfdb color RGB value is (206,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111111 11011011
Octal 316 277 333
Decimal 206 191 219
Hex CE BF DB

RGB Percentages of Color #cebfdb

%33.44
%31.01
%35.55

CMYK Percentages of Color #cebfdb

%6
%13
%0
%14

Triadic Colors of #cebfdb

#cebfdb #dbcebf #bfdbce

Analogous Colors of #cebfdb

#cebfdb #dbbfda #c0bfdb

Monochromatic Colors of #cebfdb

#cebfdb

Complementary Color

#cebfdb #ccdbbf

#cebfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebfdb Color CSS Codes

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

#cebfdb Text Font Color

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

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


#cebfdb Background Color

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

This div background color is #cebfdb


#cebfdb Border Color

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

This div border color is #cebfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebfdb

#cebfdb Color Palettes


Comments

No comments written yet.

Please login to write comment.