Color Hex Logo

#cebce2 Color Hex

#CEBCE2
(206,188,226)
0 Favorites   0 Comments

Color spaces of #cebce2

RGB 206188226
HSL0.750.400.81
HSV268°17°89°
CMYK 0.090.170.00   0.11
XYZ57.164354.579279.4735
Yxy54.57920.29890.2854
Hunter Lab73.87778.8317-12.0664
CIE-Lab78.798313.4383-16.6286

#cebce2 color RGB value is (206,188,226).

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

The process color (four color CMYK) of #cebce2 color hex is 0.09, 0.17, 0.00, 0.11. Web safe color of #cebce2 is #cccccc. Color #cebce2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11100010
Octal 316 274 342
Decimal 206 188 226
Hex CE BC E2

RGB Percentages of Color #cebce2

%33.23
%30.32
%36.45

CMYK Percentages of Color #cebce2

%9
%17
%0
%11

Triadic Colors of #cebce2

#cebce2 #e2cebc #bce2ce

Analogous Colors of #cebce2

#cebce2 #e1bce2 #bcbde2

Monochromatic Colors of #cebce2

#cebce2

Complementary Color

#cebce2 #d0e2bc

#cebce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebce2 Color CSS Codes

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

#cebce2 Text Font Color

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

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


#cebce2 Background Color

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

This div background color is #cebce2


#cebce2 Border Color

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

This div border color is #cebce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebce2


Comments

No comments written yet.

Please login to write comment.