Color Hex Logo

#ccbeda Color Hex

#CCBEDA
(204,190,218)
0 Favorites   0 Comments

Color spaces of #ccbeda

RGB 204190218
HSL0.750.270.80
HSV270°13°85°
CMYK 0.060.130.00   0.15
XYZ55.970254.726273.9429
Yxy54.72620.30310.2964
Hunter Lab73.97725.5909-7.4785
CIE-Lab78.883310.1124-12.2040

#ccbeda color RGB value is (204,190,218).

#ccbeda hex color red value is 204, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ccbeda hue: 0.75 , saturation: 0.27 and the lightness value of ccbeda is 0.80.

The process color (four color CMYK) of #ccbeda color hex is 0.06, 0.13, 0.00, 0.15. Web safe color of #ccbeda is #cccccc. Color #ccbeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11011010
Octal 314 276 332
Decimal 204 190 218
Hex CC BE DA

RGB Percentages of Color #ccbeda

%33.33
%31.05
%35.62

CMYK Percentages of Color #ccbeda

%6
%13
%0
%15

Triadic Colors of #ccbeda

#ccbeda #daccbe #bedacc

Analogous Colors of #ccbeda

#ccbeda #dabeda #bebeda

Monochromatic Colors of #ccbeda

#ccbeda

Complementary Color

#ccbeda #ccdabe

#ccbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeda Color CSS Codes

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

#ccbeda Text Font Color

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

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


#ccbeda Background Color

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

This div background color is #ccbeda


#ccbeda Border Color

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

This div border color is #ccbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeda


Comments

No comments written yet.

Please login to write comment.