Color Hex Logo

#caeb78 Color Hex

#CAEB78
(202,235,120)
0 Favorites   0 Comments

Color spaces of #caeb78

RGB 202235120
HSL0.210.740.70
HSV77°49°92°
CMYK 0.140.000.49   0.08
XYZ57.455673.329328.8950
Yxy73.32930.35980.4592
Hunter Lab85.6325-30.091439.9365
CIE-Lab88.6045-28.114451.8287

#caeb78 color RGB value is (202,235,120).

#caeb78 hex color red value is 202, green value is 235 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #caeb78 hue: 0.21 , saturation: 0.74 and the lightness value of caeb78 is 0.70.

The process color (four color CMYK) of #caeb78 color hex is 0.14, 0.00, 0.49, 0.08. Web safe color of #caeb78 is #ccff66. Color #caeb78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 01111000
Octal 312 353 170
Decimal 202 235 120
Hex CA EB 78

RGB Percentages of Color #caeb78

%36.27
%42.19
%21.54

CMYK Percentages of Color #caeb78

%14
%0
%49
%8

Triadic Colors of #caeb78

#caeb78 #78caeb #eb78ca

Analogous Colors of #caeb78

#caeb78 #91eb78 #ebd378

Monochromatic Colors of #caeb78

#caeb78

Complementary Color

#caeb78 #9978eb

#caeb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb78 Color CSS Codes

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

#caeb78 Text Font Color

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

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


#caeb78 Background Color

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

This div background color is #caeb78


#caeb78 Border Color

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

This div border color is #caeb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb78


Comments

No comments written yet.

Please login to write comment.