Color Hex Logo

#cacefa Color Hex

#CACEFA
(202,206,250)
0 Favorites   0 Comments

Color spaces of #cacefa

RGB 202206250
HSL0.650.830.89
HSV235°19°98°
CMYK 0.190.180.00   0.02
XYZ63.683763.601399.3623
Yxy63.60130.28100.2806
Hunter Lab79.75042.9757-18.0450
CIE-Lab83.75787.5318-21.9959

#cacefa color RGB value is (202,206,250).

#cacefa hex color red value is 202, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cacefa hue: 0.65 , saturation: 0.83 and the lightness value of cacefa is 0.89.

The process color (four color CMYK) of #cacefa color hex is 0.19, 0.18, 0.00, 0.02. Web safe color of #cacefa is #ccccff. Color #cacefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001110 11111010
Octal 312 316 372
Decimal 202 206 250
Hex CA CE FA

RGB Percentages of Color #cacefa

%30.70
%31.31
%37.99

CMYK Percentages of Color #cacefa

%19
%18
%0
%2

Triadic Colors of #cacefa

#cacefa #facace #cefaca

Analogous Colors of #cacefa

#cacefa #decafa #cae6fa

Monochromatic Colors of #cacefa

#cacefa

Complementary Color

#cacefa #faf6ca

#cacefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacefa Color CSS Codes

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

#cacefa Text Font Color

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

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


#cacefa Background Color

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

This div background color is #cacefa


#cacefa Border Color

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

This div border color is #cacefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacefa

Related Colors


Comments

No comments written yet.

Please login to write comment.