Color Hex Logo

#cebdfb Color Hex

#CEBDFB
(206,189,251)
0 Favorites   0 Comments

Color spaces of #cebdfb

RGB 206189251
HSL0.710.890.86
HSV256°25°98°
CMYK 0.180.250.00   0.02
XYZ61.063856.482098.9505
Yxy56.48200.28210.2609
Hunter Lab75.154513.5127-25.4547
CIE-Lab79.887418.1305-28.4006

#cebdfb color RGB value is (206,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 11111011
Octal 316 275 373
Decimal 206 189 251
Hex CE BD FB

RGB Percentages of Color #cebdfb

%31.89
%29.26
%38.85

CMYK Percentages of Color #cebdfb

%18
%25
%0
%2

Triadic Colors of #cebdfb

#cebdfb #fbcebd #bdfbce

Analogous Colors of #cebdfb

#cebdfb #edbdfb #bdcbfb

Monochromatic Colors of #cebdfb

#cebdfb

Complementary Color

#cebdfb #eafbbd

#cebdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebdfb Color CSS Codes

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

#cebdfb Text Font Color

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

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


#cebdfb Background Color

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

This div background color is #cebdfb


#cebdfb Border Color

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

This div border color is #cebdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.