Color Hex Logo

#caeffe Color Hex

#CAEFFE
(202,239,254)
0 Favorites   0 Comments

Color spaces of #caeffe

RGB 202239254
HSL0.550.960.89
HSV197°20°100°
CMYK 0.200.060.00   0.00
XYZ73.113081.4453105.6330
Yxy81.44530.28100.3130
Hunter Lab90.2470-13.3218-6.2252
CIE-Lab92.3295-8.8074-11.2150

#caeffe color RGB value is (202,239,254).

#caeffe hex color red value is 202, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #caeffe hue: 0.55 , saturation: 0.96 and the lightness value of caeffe is 0.89.

The process color (four color CMYK) of #caeffe color hex is 0.20, 0.06, 0.00, 0.00. Web safe color of #caeffe is #ccffff. Color #caeffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 11111110
Octal 312 357 376
Decimal 202 239 254
Hex CA EF FE

RGB Percentages of Color #caeffe

%29.06
%34.39
%36.55

CMYK Percentages of Color #caeffe

%20
%6
%0
%0

Triadic Colors of #caeffe

#caeffe #fecaef #effeca

Analogous Colors of #caeffe

#caeffe #cad5fe #cafef3

Monochromatic Colors of #caeffe

#caeffe

Complementary Color

#caeffe #fed9ca

#caeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeffe Color CSS Codes

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

#caeffe Text Font Color

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

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


#caeffe Background Color

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

This div background color is #caeffe


#caeffe Border Color

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

This div border color is #caeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeffe


Comments

No comments written yet.

Please login to write comment.