Color Hex Logo

#cdbef9 Color Hex

#CDBEF9
(205,190,249)
0 Favorites   0 Comments

Color spaces of #cdbef9

RGB 205190249
HSL0.710.830.86
HSV255°24°98°
CMYK 0.180.240.00   0.02
XYZ60.689256.645697.3576
Yxy56.64560.28270.2638
Hunter Lab75.263312.2243-24.0109
CIE-Lab79.979816.8478-27.1960

#cdbef9 color RGB value is (205,190,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 11111001
Octal 315 276 371
Decimal 205 190 249
Hex CD BE F9

RGB Percentages of Color #cdbef9

%31.83
%29.50
%38.66

CMYK Percentages of Color #cdbef9

%18
%24
%0
%2

Triadic Colors of #cdbef9

#cdbef9 #f9cdbe #bef9cd

Analogous Colors of #cdbef9

#cdbef9 #ebbef9 #becdf9

Monochromatic Colors of #cdbef9

#cdbef9

Complementary Color

#cdbef9 #eaf9be

#cdbef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbef9 Color CSS Codes

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

#cdbef9 Text Font Color

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

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


#cdbef9 Background Color

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

This div background color is #cdbef9


#cdbef9 Border Color

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

This div border color is #cdbef9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,190,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbef9

Related Colors


Comments

No comments written yet.

Please login to write comment.