Color Hex Logo

#cdbeed Color Hex

#CDBEED
(205,190,237)
0 Favorites   0 Comments

Color spaces of #cdbeed

RGB 205190237
HSL0.720.570.84
HSV259°20°93°
CMYK 0.140.200.00   0.07
XYZ58.876455.920587.8114
Yxy55.92050.29060.2760
Hunter Lab74.78009.6730-17.2760
CIE-Lab79.568614.2903-21.3897

#cdbeed color RGB value is (205,190,237).

#cdbeed hex color red value is 205, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cdbeed hue: 0.72 , saturation: 0.57 and the lightness value of cdbeed is 0.84.

The process color (four color CMYK) of #cdbeed color hex is 0.14, 0.20, 0.00, 0.07. Web safe color of #cdbeed is #ccccff. Color #cdbeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 11101101
Octal 315 276 355
Decimal 205 190 237
Hex CD BE ED

RGB Percentages of Color #cdbeed

%32.44
%30.06
%37.50

CMYK Percentages of Color #cdbeed

%14
%20
%0
%7

Triadic Colors of #cdbeed

#cdbeed #edcdbe #beedcd

Analogous Colors of #cdbeed

#cdbeed #e5beed #bec7ed

Monochromatic Colors of #cdbeed

#cdbeed

Complementary Color

#cdbeed #deedbe

#cdbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbeed Color CSS Codes

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

#cdbeed Text Font Color

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

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


#cdbeed Background Color

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

This div background color is #cdbeed


#cdbeed Border Color

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

This div border color is #cdbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbeed


Comments

No comments written yet.

Please login to write comment.