Color Hex Logo

#cebcff Color Hex

#CEBCFF
(206,188,255)
0 Favorites   0 Comments

Color spaces of #cebcff

RGB 206188255
HSL0.711.000.87
HSV256°26°100°
CMYK 0.190.260.00   0.00
XYZ61.486856.3083102.2356
Yxy56.30830.27940.2559
Hunter Lab75.038914.9448-28.2516
CIE-Lab79.789019.5486-30.6908

#cebcff color RGB value is (206,188,255).

#cebcff hex color red value is 206, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cebcff hue: 0.71 , saturation: 1.00 and the lightness value of cebcff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11111111
Octal 316 274 377
Decimal 206 188 255
Hex CE BC FF

RGB Percentages of Color #cebcff

%31.74
%28.97
%39.29

CMYK Percentages of Color #cebcff

%19
%26
%0
%0

Triadic Colors of #cebcff

#cebcff #ffcebc #bcffce

Analogous Colors of #cebcff

#cebcff #f0bcff #bcccff

Monochromatic Colors of #cebcff

#cebcff

Complementary Color

#cebcff #edffbc

#cebcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebcff Color CSS Codes

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

#cebcff Text Font Color

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

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


#cebcff Background Color

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

This div background color is #cebcff


#cebcff Border Color

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

This div border color is #cebcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebcff


Comments

No comments written yet.

Please login to write comment.