Color Hex Logo

#ccbeea Color Hex

#CCBEEA
(204,190,234)
0 Favorites   0 Comments

Color spaces of #ccbeea

RGB 204190234
HSL0.720.510.83
HSV259°19°92°
CMYK 0.130.190.00   0.08
XYZ58.166655.604885.5090
Yxy55.60480.29190.2790
Hunter Lab74.56868.7423-15.7907
CIE-Lab79.388413.3472-20.0589

#ccbeea color RGB value is (204,190,234).

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

The process color (four color CMYK) of #ccbeea color hex is 0.13, 0.19, 0.00, 0.08. Web safe color of #ccbeea is #ccccff. Color #ccbeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11101010
Octal 314 276 352
Decimal 204 190 234
Hex CC BE EA

RGB Percentages of Color #ccbeea

%32.48
%30.25
%37.26

CMYK Percentages of Color #ccbeea

%13
%19
%0
%8

Triadic Colors of #ccbeea

#ccbeea #eaccbe #beeacc

Analogous Colors of #ccbeea

#ccbeea #e2beea #bec6ea

Monochromatic Colors of #ccbeea

#ccbeea

Complementary Color

#ccbeea #dceabe

#ccbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeea Color CSS Codes

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

#ccbeea Text Font Color

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

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


#ccbeea Background Color

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

This div background color is #ccbeea


#ccbeea Border Color

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

This div border color is #ccbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeea


Comments

No comments written yet.

Please login to write comment.