Color Hex Logo

#cebcda Color Hex

#CEBCDA
(206,188,218)
0 Favorites   0 Comments

Color spaces of #cebcda

RGB 206188218
HSL0.770.290.80
HSV276°14°85°
CMYK 0.060.140.00   0.15
XYZ56.091754.150273.8254
Yxy54.15020.30470.2942
Hunter Lab73.58687.2850-7.9715
CIE-Lab78.549211.8553-12.6868

#cebcda color RGB value is (206,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11011010
Octal 316 274 332
Decimal 206 188 218
Hex CE BC DA

RGB Percentages of Color #cebcda

%33.66
%30.72
%35.62

CMYK Percentages of Color #cebcda

%6
%14
%0
%15

Triadic Colors of #cebcda

#cebcda #dacebc #bcdace

Analogous Colors of #cebcda

#cebcda #dabcd7 #bfbcda

Monochromatic Colors of #cebcda

#cebcda

Complementary Color

#cebcda #c8dabc

#cebcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebcda Color CSS Codes

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

#cebcda Text Font Color

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

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


#cebcda Background Color

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

This div background color is #cebcda


#cebcda Border Color

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

This div border color is #cebcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebcda


Comments

No comments written yet.

Please login to write comment.