Color Hex Logo

#cebce7 Color Hex

#CEBCE7
(206,188,231)
0 Favorites   0 Comments

Color spaces of #cebce7

RGB 206188231
HSL0.740.470.82
HSV265°19°91°
CMYK 0.110.190.00   0.09
XYZ57.860654.857883.1403
Yxy54.85780.29540.2801
Hunter Lab74.06619.8291-14.7077
CIE-Lab78.959314.4510-19.0789

#cebce7 color RGB value is (206,188,231).

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

The process color (four color CMYK) of #cebce7 color hex is 0.11, 0.19, 0.00, 0.09. Web safe color of #cebce7 is #ccccff. Color #cebce7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11100111
Octal 316 274 347
Decimal 206 188 231
Hex CE BC E7

RGB Percentages of Color #cebce7

%32.96
%30.08
%36.96

CMYK Percentages of Color #cebce7

%11
%19
%0
%9

Triadic Colors of #cebce7

#cebce7 #e7cebc #bce7ce

Analogous Colors of #cebce7

#cebce7 #e4bce7 #bcc0e7

Monochromatic Colors of #cebce7

#cebce7

Complementary Color

#cebce7 #d5e7bc

#cebce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebce7 Color CSS Codes

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

#cebce7 Text Font Color

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

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


#cebce7 Background Color

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

This div background color is #cebce7


#cebce7 Border Color

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

This div border color is #cebce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebce7


Comments

No comments written yet.

Please login to write comment.