Color Hex Logo

#cebdfa Color Hex

#CEBDFA
(206,189,250)
0 Favorites   0 Comments

Color spaces of #cebdfa

RGB 206189250
HSL0.710.860.86
HSV257°24°98°
CMYK 0.180.240.00   0.02
XYZ60.906556.419198.1223
Yxy56.41910.28270.2619
Hunter Lab75.112613.2929-24.8738
CIE-Lab79.851717.9132-27.9200

#cebdfa color RGB value is (206,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 11111010
Octal 316 275 372
Decimal 206 189 250
Hex CE BD FA

RGB Percentages of Color #cebdfa

%31.94
%29.30
%38.76

CMYK Percentages of Color #cebdfa

%18
%24
%0
%2

Triadic Colors of #cebdfa

#cebdfa #facebd #bdface

Analogous Colors of #cebdfa

#cebdfa #edbdfa #bdcbfa

Monochromatic Colors of #cebdfa

#cebdfa

Complementary Color

#cebdfa #e9fabd

#cebdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebdfa Color CSS Codes

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

#cebdfa Text Font Color

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

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


#cebdfa Background Color

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

This div background color is #cebdfa


#cebdfa Border Color

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

This div border color is #cebdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebdfa


Comments

No comments written yet.

Please login to write comment.