Color Hex Logo

#cebedd Color Hex

#CEBEDD
(206,190,221)
0 Favorites   0 Comments

Color spaces of #cebedd

RGB 206190221
HSL0.750.310.81
HSV271°14°87°
CMYK 0.070.140.00   0.13
XYZ56.918255.169276.0554
Yxy55.16920.30250.2932
Hunter Lab74.27606.8029-8.7172
CIE-Lab79.138611.3647-13.4222

#cebedd color RGB value is (206,190,221).

#cebedd hex color red value is 206, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cebedd hue: 0.75 , saturation: 0.31 and the lightness value of cebedd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 11011101
Octal 316 276 335
Decimal 206 190 221
Hex CE BE DD

RGB Percentages of Color #cebedd

%33.39
%30.79
%35.82

CMYK Percentages of Color #cebedd

%7
%14
%0
%13

Triadic Colors of #cebedd

#cebedd #ddcebe #beddce

Analogous Colors of #cebedd

#cebedd #ddbedd #bfbedd

Monochromatic Colors of #cebedd

#cebedd

Complementary Color

#cebedd #cdddbe

#cebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebedd Color CSS Codes

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

#cebedd Text Font Color

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

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


#cebedd Background Color

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

This div background color is #cebedd


#cebedd Border Color

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

This div border color is #cebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebedd


Comments

No comments written yet.

Please login to write comment.