Color Hex Logo

#cebbff Color Hex

#CEBBFF
(206,187,255)
0 Favorites   0 Comments

Color spaces of #cebbff

RGB 206187255
HSL0.711.000.87
HSV257°27°100°
CMYK 0.190.270.00   0.00
XYZ61.273955.8825102.1646
Yxy55.88250.27940.2548
Hunter Lab74.754615.4901-28.7014
CIE-Lab79.546920.0922-31.0628

#cebbff color RGB value is (206,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11111111
Octal 316 273 377
Decimal 206 187 255
Hex CE BB FF

RGB Percentages of Color #cebbff

%31.79
%28.86
%39.35

CMYK Percentages of Color #cebbff

%19
%27
%0
%0

Triadic Colors of #cebbff

#cebbff #ffcebb #bbffce

Analogous Colors of #cebbff

#cebbff #f0bbff #bbcaff

Monochromatic Colors of #cebbff

#cebbff

Complementary Color

#cebbff #ecffbb

#cebbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbff Color CSS Codes

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

#cebbff Text Font Color

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

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


#cebbff Background Color

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

This div background color is #cebbff


#cebbff Border Color

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

This div border color is #cebbff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,187,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 #cebbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbff

#cebbff Color Palettes


Comments

No comments written yet.

Please login to write comment.