Color Hex Logo

#ccbeec Color Hex

#CCBEEC
(204,190,236)
0 Favorites   0 Comments

Color spaces of #ccbeec

RGB 204190236
HSL0.720.550.84
HSV258°19°93°
CMYK 0.140.190.00   0.07
XYZ58.455655.720487.0311
Yxy55.72040.29050.2769
Hunter Lab74.64619.1533-16.8749
CIE-Lab79.454413.7644-21.0334

#ccbeec color RGB value is (204,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11101100
Octal 314 276 354
Decimal 204 190 236
Hex CC BE EC

RGB Percentages of Color #ccbeec

%32.38
%30.16
%37.46

CMYK Percentages of Color #ccbeec

%14
%19
%0
%7

Triadic Colors of #ccbeec

#ccbeec #ecccbe #beeccc

Analogous Colors of #ccbeec

#ccbeec #e3beec #bec7ec

Monochromatic Colors of #ccbeec

#ccbeec

Complementary Color

#ccbeec #deecbe

#ccbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeec Color CSS Codes

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

#ccbeec Text Font Color

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

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


#ccbeec Background Color

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

This div background color is #ccbeec


#ccbeec Border Color

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

This div border color is #ccbeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeec


Comments

No comments written yet.

Please login to write comment.