Color Hex Logo

#caeb47 Color Hex

#CAEB47
(202,235,71)
0 Favorites   0 Comments

Color spaces of #caeb47

RGB 20223571
HSL0.200.800.60
HSV72°70°92°
CMYK 0.140.000.70   0.08
XYZ55.202872.428217.0318
Yxy72.42820.38160.5007
Hunter Lab85.1048-33.150147.7078
CIE-Lab88.1743-31.859271.8494

#caeb47 color RGB value is (202,235,71).

#caeb47 hex color red value is 202, green value is 235 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #caeb47 hue: 0.20 , saturation: 0.80 and the lightness value of caeb47 is 0.60.

The process color (four color CMYK) of #caeb47 color hex is 0.14, 0.00, 0.70, 0.08. Web safe color of #caeb47 is #ccff33. Color #caeb47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 01000111
Octal 312 353 107
Decimal 202 235 71
Hex CA EB 47

RGB Percentages of Color #caeb47

%39.76
%46.26
%13.98

CMYK Percentages of Color #caeb47

%14
%0
%70
%8

Triadic Colors of #caeb47

#caeb47 #47caeb #eb47ca

Analogous Colors of #caeb47

#caeb47 #78eb47 #ebba47

Monochromatic Colors of #caeb47

#caeb47

Complementary Color

#caeb47 #6847eb

#caeb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb47 Color CSS Codes

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

#caeb47 Text Font Color

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

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


#caeb47 Background Color

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

This div background color is #caeb47


#caeb47 Border Color

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

This div border color is #caeb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb47


Comments

No comments written yet.

Please login to write comment.