Color Hex Logo

#cabceb Color Hex

#CABCEB
(202,188,235)
0 Favorites   0 Comments

Color spaces of #cabceb

RGB 202188235
HSL0.720.540.83
HSV258°20°92°
CMYK 0.140.200.00   0.08
XYZ57.335754.521286.0990
Yxy54.52120.28960.2754
Hunter Lab73.83859.3882-17.4479
CIE-Lab78.764714.0045-21.5577

#cabceb color RGB value is (202,188,235).

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

The process color (four color CMYK) of #cabceb color hex is 0.14, 0.20, 0.00, 0.08. Web safe color of #cabceb is #ccccff. Color #cabceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 11101011
Octal 312 274 353
Decimal 202 188 235
Hex CA BC EB

RGB Percentages of Color #cabceb

%32.32
%30.08
%37.60

CMYK Percentages of Color #cabceb

%14
%20
%0
%8

Triadic Colors of #cabceb

#cabceb #ebcabc #bcebca

Analogous Colors of #cabceb

#cabceb #e2bceb #bcc6eb

Monochromatic Colors of #cabceb

#cabceb

Complementary Color

#cabceb #ddebbc

#cabceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabceb Color CSS Codes

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

#cabceb Text Font Color

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

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


#cabceb Background Color

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

This div background color is #cabceb


#cabceb Border Color

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

This div border color is #cabceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,188,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 #cabceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabceb


Comments

No comments written yet.

Please login to write comment.