Color Hex Logo

#caaeeb Color Hex

#CAAEEB
(202,174,235)
0 Favorites   0 Comments

Color spaces of #caaeeb

RGB 202174235
HSL0.740.600.80
HSV268°26°92°
CMYK 0.140.260.00   0.08
XYZ54.488648.826885.1499
Yxy48.82680.28910.2591
Hunter Lab69.876216.9088-23.3364
CIE-Lab75.343421.6393-26.7742

#caaeeb color RGB value is (202,174,235).

#caaeeb hex color red value is 202, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #caaeeb hue: 0.74 , saturation: 0.60 and the lightness value of caaeeb is 0.80.

The process color (four color CMYK) of #caaeeb color hex is 0.14, 0.26, 0.00, 0.08. Web safe color of #caaeeb is #cc99ff. Color #caaeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 11101011
Octal 312 256 353
Decimal 202 174 235
Hex CA AE EB

RGB Percentages of Color #caaeeb

%33.06
%28.48
%38.46

CMYK Percentages of Color #caaeeb

%14
%26
%0
%8

Triadic Colors of #caaeeb

#caaeeb #ebcaae #aeebca

Analogous Colors of #caaeeb

#caaeeb #e9aeeb #aeb1eb

Monochromatic Colors of #caaeeb

#caaeeb

Complementary Color

#caaeeb #cfebae

#caaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaeeb Color CSS Codes

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

#caaeeb Text Font Color

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

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


#caaeeb Background Color

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

This div background color is #caaeeb


#caaeeb Border Color

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

This div border color is #caaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaeeb


Comments

No comments written yet.

Please login to write comment.