Color Hex Logo

#cdbefa Color Hex

#CDBEFA
(205,190,250)
0 Favorites   0 Comments

Color spaces of #cdbefa

RGB 205190250
HSL0.710.860.86
HSV255°24°98°
CMYK 0.180.240.00   0.02
XYZ60.845656.708298.1813
Yxy56.70820.28200.2629
Hunter Lab75.304812.4428-24.5880
CIE-Lab80.015217.0650-27.6769

#cdbefa color RGB value is (205,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 11111010
Octal 315 276 372
Decimal 205 190 250
Hex CD BE FA

RGB Percentages of Color #cdbefa

%31.78
%29.46
%38.76

CMYK Percentages of Color #cdbefa

%18
%24
%0
%2

Triadic Colors of #cdbefa

#cdbefa #facdbe #befacd

Analogous Colors of #cdbefa

#cdbefa #ebbefa #becdfa

Monochromatic Colors of #cdbefa

#cdbefa

Complementary Color

#cdbefa #ebfabe

#cdbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbefa Color CSS Codes

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

#cdbefa Text Font Color

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

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


#cdbefa Background Color

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

This div background color is #cdbefa


#cdbefa Border Color

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

This div border color is #cdbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbefa


Comments

No comments written yet.

Please login to write comment.