Color Hex Logo

#ccbeed Color Hex

#CCBEED
(204,190,237)
0 Favorites   0 Comments

Color spaces of #ccbeed

RGB 204190237
HSL0.720.570.84
HSV258°20°93°
CMYK 0.140.200.00   0.07
XYZ58.601455.778787.7985
Yxy55.77870.28980.2759
Hunter Lab74.68519.3603-17.4207
CIE-Lab79.487713.9742-21.5200

#ccbeed color RGB value is (204,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11101101
Octal 314 276 355
Decimal 204 190 237
Hex CC BE ED

RGB Percentages of Color #ccbeed

%32.33
%30.11
%37.56

CMYK Percentages of Color #ccbeed

%14
%20
%0
%7

Triadic Colors of #ccbeed

#ccbeed #edccbe #beedcc

Analogous Colors of #ccbeed

#ccbeed #e4beed #bec8ed

Monochromatic Colors of #ccbeed

#ccbeed

Complementary Color

#ccbeed #dfedbe

#ccbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeed Color CSS Codes

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

#ccbeed Text Font Color

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

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


#ccbeed Background Color

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

This div background color is #ccbeed


#ccbeed Border Color

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

This div border color is #ccbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeed


Comments

No comments written yet.

Please login to write comment.