Color Hex Logo

#cebfda Color Hex

#CEBFDA
(206,191,218)
0 Favorites   0 Comments

Color spaces of #cebfda

RGB 206191218
HSL0.760.270.80
HSV273°12°85°
CMYK 0.060.120.00   0.15
XYZ56.739355.445474.0412
Yxy55.44540.30470.2977
Hunter Lab74.46175.7079-6.8320
CIE-Lab79.297110.2395-11.5684

#cebfda color RGB value is (206,191,218).

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

The process color (four color CMYK) of #cebfda color hex is 0.06, 0.12, 0.00, 0.15. Web safe color of #cebfda is #cccccc. Color #cebfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111111 11011010
Octal 316 277 332
Decimal 206 191 218
Hex CE BF DA

RGB Percentages of Color #cebfda

%33.50
%31.06
%35.45

CMYK Percentages of Color #cebfda

%6
%12
%0
%15

Triadic Colors of #cebfda

#cebfda #dacebf #bfdace

Analogous Colors of #cebfda

#cebfda #dabfd9 #c1bfda

Monochromatic Colors of #cebfda

#cebfda

Complementary Color

#cebfda #cbdabf

#cebfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebfda Color CSS Codes

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

#cebfda Text Font Color

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

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


#cebfda Background Color

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

This div background color is #cebfda


#cebfda Border Color

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

This div border color is #cebfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,191,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebfda


Comments

No comments written yet.

Please login to write comment.