Color Hex Logo

#caeeb2 Color Hex

#CAEEB2
(202,238,178)
0 Favorites   0 Comments

Color spaces of #caeeb2

RGB 202238178
HSL0.270.640.82
HSV96°25°93°
CMYK 0.150.000.25   0.07
XYZ62.967576.920053.6478
Yxy76.92000.32540.3974
Hunter Lab87.7040-25.327225.1257
CIE-Lab90.2848-22.248325.2847

#caeeb2 color RGB value is (202,238,178).

#caeeb2 hex color red value is 202, green value is 238 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #caeeb2 hue: 0.27 , saturation: 0.64 and the lightness value of caeeb2 is 0.82.

The process color (four color CMYK) of #caeeb2 color hex is 0.15, 0.00, 0.25, 0.07. Web safe color of #caeeb2 is #ccff99. Color #caeeb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 10110010
Octal 312 356 262
Decimal 202 238 178
Hex CA EE B2

RGB Percentages of Color #caeeb2

%32.69
%38.51
%28.80

CMYK Percentages of Color #caeeb2

%15
%0
%25
%7

Triadic Colors of #caeeb2

#caeeb2 #b2caee #eeb2ca

Analogous Colors of #caeeb2

#caeeb2 #b2eeb8 #e8eeb2

Monochromatic Colors of #caeeb2

#caeeb2

Complementary Color

#caeeb2 #d6b2ee

#caeeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeeb2 Color CSS Codes

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

#caeeb2 Text Font Color

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

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


#caeeb2 Background Color

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

This div background color is #caeeb2


#caeeb2 Border Color

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

This div border color is #caeeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeeb2


Comments

No comments written yet.

Please login to write comment.