Color Hex Logo

#cebce5 Color Hex

#CEBCE5
(206,188,229)
0 Favorites   0 Comments

Color spaces of #cebce5

RGB 206188229
HSL0.740.440.82
HSV266°18°90°
CMYK 0.100.180.00   0.10
XYZ57.579754.745481.6609
Yxy54.74540.29680.2822
Hunter Lab73.99019.4274-13.6437
CIE-Lab78.894414.0439-18.1000

#cebce5 color RGB value is (206,188,229).

#cebce5 hex color red value is 206, green value is 188 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cebce5 hue: 0.74 , saturation: 0.44 and the lightness value of cebce5 is 0.82.

The process color (four color CMYK) of #cebce5 color hex is 0.10, 0.18, 0.00, 0.10. Web safe color of #cebce5 is #cccccc. Color #cebce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11100101
Octal 316 274 345
Decimal 206 188 229
Hex CE BC E5

RGB Percentages of Color #cebce5

%33.07
%30.18
%36.76

CMYK Percentages of Color #cebce5

%10
%18
%0
%10

Triadic Colors of #cebce5

#cebce5 #e5cebc #bce5ce

Analogous Colors of #cebce5

#cebce5 #e3bce5 #bcbfe5

Monochromatic Colors of #cebce5

#cebce5

Complementary Color

#cebce5 #d3e5bc

#cebce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebce5 Color CSS Codes

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

#cebce5 Text Font Color

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

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


#cebce5 Background Color

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

This div background color is #cebce5


#cebce5 Border Color

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

This div border color is #cebce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebce5

#cebce5 Color Palettes


Comments

No comments written yet.

Please login to write comment.