Color Hex Logo

#caeaf1 Color Hex

#CAEAF1
(202,234,241)
0 Favorites   0 Comments

Color spaces of #caeaf1

RGB 202234241
HSL0.530.580.87
HSV191°16°95°
CMYK 0.160.030.00   0.05
XYZ69.657177.753194.5556
Yxy77.75310.28790.3213
Hunter Lab88.1777-13.3027-1.8540
CIE-Lab90.6671-8.9772-6.9032

#caeaf1 color RGB value is (202,234,241).

#caeaf1 hex color red value is 202, green value is 234 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #caeaf1 hue: 0.53 , saturation: 0.58 and the lightness value of caeaf1 is 0.87.

The process color (four color CMYK) of #caeaf1 color hex is 0.16, 0.03, 0.00, 0.05. Web safe color of #caeaf1 is #ccffff. Color #caeaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 11110001
Octal 312 352 361
Decimal 202 234 241
Hex CA EA F1

RGB Percentages of Color #caeaf1

%29.84
%34.56
%35.60

CMYK Percentages of Color #caeaf1

%16
%3
%0
%5

Triadic Colors of #caeaf1

#caeaf1 #f1caea #eaf1ca

Analogous Colors of #caeaf1

#caeaf1 #cad7f1 #caf1e5

Monochromatic Colors of #caeaf1

#caeaf1

Complementary Color

#caeaf1 #f1d1ca

#caeaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeaf1 Color CSS Codes

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

#caeaf1 Text Font Color

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

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


#caeaf1 Background Color

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

This div background color is #caeaf1


#caeaf1 Border Color

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

This div border color is #caeaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeaf1


Comments

No comments written yet.

Please login to write comment.