Color Hex Logo

#cebbfa Color Hex

#CEBBFA
(206,187,250)
0 Favorites   0 Comments

Color spaces of #cebbfa

RGB 206187250
HSL0.720.860.86
HSV258°25°98°
CMYK 0.180.250.00   0.02
XYZ60.479255.564697.9799
Yxy55.56460.28260.2596
Hunter Lab74.541714.3776-25.7535
CIE-Lab79.365418.9992-28.6651

#cebbfa color RGB value is (206,187,250).

#cebbfa hex color red value is 206, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cebbfa hue: 0.72 , saturation: 0.86 and the lightness value of cebbfa is 0.86.

The process color (four color CMYK) of #cebbfa color hex is 0.18, 0.25, 0.00, 0.02. Web safe color of #cebbfa is #ccccff. Color #cebbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11111010
Octal 316 273 372
Decimal 206 187 250
Hex CE BB FA

RGB Percentages of Color #cebbfa

%32.04
%29.08
%38.88

CMYK Percentages of Color #cebbfa

%18
%25
%0
%2

Triadic Colors of #cebbfa

#cebbfa #facebb #bbface

Analogous Colors of #cebbfa

#cebbfa #eebbfa #bbc8fa

Monochromatic Colors of #cebbfa

#cebbfa

Complementary Color

#cebbfa #e7fabb

#cebbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbfa Color CSS Codes

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

#cebbfa Text Font Color

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

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


#cebbfa Background Color

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

This div background color is #cebbfa


#cebbfa Border Color

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

This div border color is #cebbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbfa


Comments

No comments written yet.

Please login to write comment.