Color Hex Logo

#caeb6d Color Hex

#CAEB6D
(202,235,109)
1 Favorites   0 Comments

Color spaces of #caeb6d

RGB 202235109
HSL0.210.760.67
HSV76°54°92°
CMYK 0.140.000.54   0.08
XYZ56.825873.077325.5783
Yxy73.07730.36550.4700
Hunter Lab85.4853-30.942442.0993
CIE-Lab88.4846-29.147756.7405

#caeb6d color RGB value is (202,235,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 01101101
Octal 312 353 155
Decimal 202 235 109
Hex CA EB 6D

RGB Percentages of Color #caeb6d

%37.00
%43.04
%19.96

CMYK Percentages of Color #caeb6d

%14
%0
%54
%8

Triadic Colors of #caeb6d

#caeb6d #6dcaeb #eb6dca

Analogous Colors of #caeb6d

#caeb6d #8beb6d #ebcd6d

Monochromatic Colors of #caeb6d

#caeb6d

Complementary Color

#caeb6d #8e6deb

#caeb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb6d Color CSS Codes

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

#caeb6d Text Font Color

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

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


#caeb6d Background Color

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

This div background color is #caeb6d


#caeb6d Border Color

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

This div border color is #caeb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb6d


Comments

No comments written yet.

Please login to write comment.