Color Hex Logo

#ceb4da Color Hex

#CEB4DA
(206,180,218)
0 Favorites   0 Comments

Color spaces of #ceb4da

RGB 206180218
HSL0.780.340.78
HSV281°17°85°
CMYK 0.060.170.00   0.15
XYZ54.429750.826373.2714
Yxy50.82630.30490.2847
Hunter Lab71.292611.5173-11.0309
CIE-Lab76.573716.1869-15.6524

#ceb4da color RGB value is (206,180,218).

#ceb4da hex color red value is 206, green value is 180 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ceb4da hue: 0.78 , saturation: 0.34 and the lightness value of ceb4da is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 11011010
Octal 316 264 332
Decimal 206 180 218
Hex CE B4 DA

RGB Percentages of Color #ceb4da

%34.11
%29.80
%36.09

CMYK Percentages of Color #ceb4da

%6
%17
%0
%15

Triadic Colors of #ceb4da

#ceb4da #daceb4 #b4dace

Analogous Colors of #ceb4da

#ceb4da #dab4d3 #bbb4da

Monochromatic Colors of #ceb4da

#ceb4da

Complementary Color

#ceb4da #c0dab4

#ceb4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb4da Color CSS Codes

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

#ceb4da Text Font Color

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

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


#ceb4da Background Color

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

This div background color is #ceb4da


#ceb4da Border Color

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

This div border color is #ceb4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb4da


Comments

No comments written yet.

Please login to write comment.