Color Hex Logo

#ccbeeb Color Hex

#CCBEEB
(204,190,235)
0 Favorites   0 Comments

Color spaces of #ccbeeb

RGB 204190235
HSL0.720.530.83
HSV259°19°92°
CMYK 0.130.190.00   0.08
XYZ58.310755.662486.2679
Yxy55.66240.29120.2780
Hunter Lab74.60728.9474-16.3316
CIE-Lab79.421313.5556-20.5464

#ccbeeb color RGB value is (204,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11101011
Octal 314 276 353
Decimal 204 190 235
Hex CC BE EB

RGB Percentages of Color #ccbeeb

%32.43
%30.21
%37.36

CMYK Percentages of Color #ccbeeb

%13
%19
%0
%8

Triadic Colors of #ccbeeb

#ccbeeb #ebccbe #beebcc

Analogous Colors of #ccbeeb

#ccbeeb #e3beeb #bec7eb

Monochromatic Colors of #ccbeeb

#ccbeeb

Complementary Color

#ccbeeb #ddebbe

#ccbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeeb Color CSS Codes

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

#ccbeeb Text Font Color

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

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


#ccbeeb Background Color

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

This div background color is #ccbeeb


#ccbeeb Border Color

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

This div border color is #ccbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeeb


Comments

No comments written yet.

Please login to write comment.