Color Hex Logo

#caeb98 Color Hex

#CAEB98
(202,235,152)
0 Favorites   0 Comments

Color spaces of #caeb98

RGB 202235152
HSL0.230.670.76
HSV84°35°92°
CMYK 0.140.000.35   0.08
XYZ59.732974.240240.8873
Yxy74.24020.34160.4246
Hunter Lab86.1628-27.038532.1787
CIE-Lab89.0359-24.460336.8053

#caeb98 color RGB value is (202,235,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 10011000
Octal 312 353 230
Decimal 202 235 152
Hex CA EB 98

RGB Percentages of Color #caeb98

%34.30
%39.90
%25.81

CMYK Percentages of Color #caeb98

%14
%0
%35
%8

Triadic Colors of #caeb98

#caeb98 #98caeb #eb98ca

Analogous Colors of #caeb98

#caeb98 #a1eb98 #ebe398

Monochromatic Colors of #caeb98

#caeb98

Complementary Color

#caeb98 #b998eb

#caeb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb98 Color CSS Codes

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

#caeb98 Text Font Color

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

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


#caeb98 Background Color

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

This div background color is #caeb98


#caeb98 Border Color

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

This div border color is #caeb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb98


Comments

No comments written yet.

Please login to write comment.