Color Hex Logo

#cabce2 Color Hex

#CABCE2
(202,188,226)
0 Favorites   0 Comments

Color spaces of #cabce2

RGB 202188226
HSL0.730.400.81
HSV262°17°89°
CMYK 0.110.170.00   0.11
XYZ56.067854.014079.4222
Yxy54.01400.29590.2850
Hunter Lab73.49427.5605-12.6263
CIE-Lab78.469912.1377-17.1560

#cabce2 color RGB value is (202,188,226).

#cabce2 hex color red value is 202, green value is 188 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cabce2 hue: 0.73 , saturation: 0.40 and the lightness value of cabce2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 11100010
Octal 312 274 342
Decimal 202 188 226
Hex CA BC E2

RGB Percentages of Color #cabce2

%32.79
%30.52
%36.69

CMYK Percentages of Color #cabce2

%11
%17
%0
%11

Triadic Colors of #cabce2

#cabce2 #e2cabc #bce2ca

Analogous Colors of #cabce2

#cabce2 #ddbce2 #bcc1e2

Monochromatic Colors of #cabce2

#cabce2

Complementary Color

#cabce2 #d4e2bc

#cabce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabce2 Color CSS Codes

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

#cabce2 Text Font Color

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

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


#cabce2 Background Color

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

This div background color is #cabce2


#cabce2 Border Color

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

This div border color is #cabce2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,188,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabce2


Comments

No comments written yet.

Please login to write comment.