Color Hex Logo

#caeba4 Color Hex

#CAEBA4
(202,235,164)
0 Favorites   0 Comments

Color spaces of #caeba4

RGB 202235164
HSL0.240.640.78
HSV88°30°92°
CMYK 0.140.000.30   0.08
XYZ60.766374.653646.3288
Yxy74.65360.33430.4108
Hunter Lab86.4023-25.665928.6904
CIE-Lab89.2305-22.843431.0045

#caeba4 color RGB value is (202,235,164).

#caeba4 hex color red value is 202, green value is 235 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #caeba4 hue: 0.24 , saturation: 0.64 and the lightness value of caeba4 is 0.78.

The process color (four color CMYK) of #caeba4 color hex is 0.14, 0.00, 0.30, 0.08. Web safe color of #caeba4 is #ccff99. Color #caeba4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 10100100
Octal 312 353 244
Decimal 202 235 164
Hex CA EB A4

RGB Percentages of Color #caeba4

%33.61
%39.10
%27.29

CMYK Percentages of Color #caeba4

%14
%0
%30
%8

Triadic Colors of #caeba4

#caeba4 #a4caeb #eba4ca

Analogous Colors of #caeba4

#caeba4 #a7eba4 #ebe9a4

Monochromatic Colors of #caeba4

#caeba4

Complementary Color

#caeba4 #c5a4eb

#caeba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeba4 Color CSS Codes

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

#caeba4 Text Font Color

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

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


#caeba4 Background Color

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

This div background color is #caeba4


#caeba4 Border Color

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

This div border color is #caeba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeba4


Comments

No comments written yet.

Please login to write comment.