Color Hex Logo

#caeb94 Color Hex

#CAEB94
(202,235,148)
0 Favorites   0 Comments

Color spaces of #caeb94

RGB 202235148
HSL0.230.690.75
HSV83°37°92°
CMYK 0.140.000.37   0.08
XYZ59.410774.111339.1906
Yxy74.11130.34400.4291
Hunter Lab86.0879-27.468133.2704
CIE-Lab88.9751-24.969638.7246

#caeb94 color RGB value is (202,235,148).

#caeb94 hex color red value is 202, green value is 235 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #caeb94 hue: 0.23 , saturation: 0.69 and the lightness value of caeb94 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 10010100
Octal 312 353 224
Decimal 202 235 148
Hex CA EB 94

RGB Percentages of Color #caeb94

%34.53
%40.17
%25.30

CMYK Percentages of Color #caeb94

%14
%0
%37
%8

Triadic Colors of #caeb94

#caeb94 #94caeb #eb94ca

Analogous Colors of #caeb94

#caeb94 #9feb94 #ebe194

Monochromatic Colors of #caeb94

#caeb94

Complementary Color

#caeb94 #b594eb

#caeb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb94 Color CSS Codes

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

#caeb94 Text Font Color

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

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


#caeb94 Background Color

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

This div background color is #caeb94


#caeb94 Border Color

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

This div border color is #caeb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb94


Comments

No comments written yet.

Please login to write comment.