Color Hex Logo

#cebbec Color Hex

#CEBBEC
(206,187,236)
0 Favorites   0 Comments

Color spaces of #cebbec

RGB 206187236
HSL0.730.560.83
HSV263°21°93°
CMYK 0.130.210.00   0.07
XYZ58.364254.718686.8425
Yxy54.71860.29190.2737
Hunter Lab73.972011.3861-17.8255
CIE-Lab78.878916.0233-21.8916

#cebbec color RGB value is (206,187,236).

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

The process color (four color CMYK) of #cebbec color hex is 0.13, 0.21, 0.00, 0.07. Web safe color of #cebbec is #ccccff. Color #cebbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11101100
Octal 316 273 354
Decimal 206 187 236
Hex CE BB EC

RGB Percentages of Color #cebbec

%32.75
%29.73
%37.52

CMYK Percentages of Color #cebbec

%13
%21
%0
%7

Triadic Colors of #cebbec

#cebbec #eccebb #bbecce

Analogous Colors of #cebbec

#cebbec #e7bbec #bbc1ec

Monochromatic Colors of #cebbec

#cebbec

Complementary Color

#cebbec #d9ecbb

#cebbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbec Color CSS Codes

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

#cebbec Text Font Color

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

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


#cebbec Background Color

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

This div background color is #cebbec


#cebbec Border Color

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

This div border color is #cebbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbec


Comments

No comments written yet.

Please login to write comment.