Color Hex Logo

#cebcea Color Hex

#CEBCEA
(206,188,234)
0 Favorites   0 Comments

Color spaces of #cebcea

RGB 206188234
HSL0.730.520.83
HSV263°20°92°
CMYK 0.120.200.00   0.08
XYZ58.288155.028885.3914
Yxy55.02880.29330.2769
Hunter Lab74.181410.4391-16.3227
CIE-Lab79.057915.0672-20.5441

#cebcea color RGB value is (206,188,234).

#cebcea hex color red value is 206, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cebcea hue: 0.73 , saturation: 0.52 and the lightness value of cebcea is 0.83.

The process color (four color CMYK) of #cebcea color hex is 0.12, 0.20, 0.00, 0.08. Web safe color of #cebcea is #ccccff. Color #cebcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11101010
Octal 316 274 352
Decimal 206 188 234
Hex CE BC EA

RGB Percentages of Color #cebcea

%32.80
%29.94
%37.26

CMYK Percentages of Color #cebcea

%12
%20
%0
%8

Triadic Colors of #cebcea

#cebcea #eacebc #bceace

Analogous Colors of #cebcea

#cebcea #e5bcea #bcc1ea

Monochromatic Colors of #cebcea

#cebcea

Complementary Color

#cebcea #d8eabc

#cebcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebcea Color CSS Codes

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

#cebcea Text Font Color

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

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


#cebcea Background Color

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

This div background color is #cebcea


#cebcea Border Color

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

This div border color is #cebcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebcea


Comments

No comments written yet.

Please login to write comment.