Color Hex Logo

#cdbef6 Color Hex

#CDBEF6
(205,190,246)
0 Favorites   0 Comments

Color spaces of #cdbef6

RGB 205190246
HSL0.710.760.85
HSV256°23°96°
CMYK 0.170.230.00   0.04
XYZ60.224856.459994.9124
Yxy56.45990.28460.2668
Hunter Lab75.139811.5737-22.2940
CIE-Lab79.874816.1994-25.7503

#cdbef6 color RGB value is (205,190,246).

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

The process color (four color CMYK) of #cdbef6 color hex is 0.17, 0.23, 0.00, 0.04. Web safe color of #cdbef6 is #ccccff. Color #cdbef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 11110110
Octal 315 276 366
Decimal 205 190 246
Hex CD BE F6

RGB Percentages of Color #cdbef6

%31.98
%29.64
%38.38

CMYK Percentages of Color #cdbef6

%17
%23
%0
%4

Triadic Colors of #cdbef6

#cdbef6 #f6cdbe #bef6cd

Analogous Colors of #cdbef6

#cdbef6 #e9bef6 #becbf6

Monochromatic Colors of #cdbef6

#cdbef6

Complementary Color

#cdbef6 #e7f6be

#cdbef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbef6 Color CSS Codes

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

#cdbef6 Text Font Color

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

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


#cdbef6 Background Color

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

This div background color is #cdbef6


#cdbef6 Border Color

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

This div border color is #cdbef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbef6


Comments

No comments written yet.

Please login to write comment.