Color Hex Logo

#cabce4 Color Hex

#CABCE4
(202,188,228)
0 Favorites   0 Comments

Color spaces of #cabce4

RGB 202188228
HSL0.730.430.82
HSV261°18°89°
CMYK 0.110.180.00   0.11
XYZ56.343954.124480.8762
Yxy54.12440.29450.2829
Hunter Lab73.56937.9601-13.6802
CIE-Lab78.534212.5477-18.1371

#cabce4 color RGB value is (202,188,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 11100100
Octal 312 274 344
Decimal 202 188 228
Hex CA BC E4

RGB Percentages of Color #cabce4

%32.69
%30.42
%36.89

CMYK Percentages of Color #cabce4

%11
%18
%0
%11

Triadic Colors of #cabce4

#cabce4 #e4cabc #bce4ca

Analogous Colors of #cabce4

#cabce4 #debce4 #bcc2e4

Monochromatic Colors of #cabce4

#cabce4

Complementary Color

#cabce4 #d6e4bc

#cabce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabce4 Color CSS Codes

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

#cabce4 Text Font Color

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

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


#cabce4 Background Color

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

This div background color is #cabce4


#cabce4 Border Color

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

This div border color is #cabce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabce4


Comments

No comments written yet.

Please login to write comment.