Color Hex Logo

#ccbee5 Color Hex

#CCBEE5
(204,190,229)
0 Favorites   0 Comments

Color spaces of #ccbee5

RGB 204190229
HSL0.730.430.82
HSV262°17°90°
CMYK 0.110.170.00   0.10
XYZ57.458255.321481.7785
Yxy55.32140.29530.2843
Hunter Lab74.37847.7313-13.1241
CIE-Lab79.226012.3166-17.6154

#ccbee5 color RGB value is (204,190,229).

#ccbee5 hex color red value is 204, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ccbee5 hue: 0.73 , saturation: 0.43 and the lightness value of ccbee5 is 0.82.

The process color (four color CMYK) of #ccbee5 color hex is 0.11, 0.17, 0.00, 0.10. Web safe color of #ccbee5 is #cccccc. Color #ccbee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11100101
Octal 314 276 345
Decimal 204 190 229
Hex CC BE E5

RGB Percentages of Color #ccbee5

%32.74
%30.50
%36.76

CMYK Percentages of Color #ccbee5

%11
%17
%0
%10

Triadic Colors of #ccbee5

#ccbee5 #e5ccbe #bee5cc

Analogous Colors of #ccbee5

#ccbee5 #e0bee5 #bec4e5

Monochromatic Colors of #ccbee5

#ccbee5

Complementary Color

#ccbee5 #d7e5be

#ccbee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbee5 Color CSS Codes

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

#ccbee5 Text Font Color

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

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


#ccbee5 Background Color

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

This div background color is #ccbee5


#ccbee5 Border Color

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

This div border color is #ccbee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbee5


Comments

No comments written yet.

Please login to write comment.