Color Hex Logo

#caeb1d Color Hex

#CAEB1D
(202,235,29)
0 Favorites   0 Comments

Color spaces of #caeb1d

RGB 20223529
HSL0.190.840.52
HSV70°88°92°
CMYK 0.140.000.88   0.08
XYZ54.287272.061912.2105
Yxy72.06190.39180.5201
Hunter Lab84.8893-34.404450.8942
CIE-Lab87.9984-33.420282.8608

#caeb1d color RGB value is (202,235,29).

#caeb1d hex color red value is 202, green value is 235 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #caeb1d hue: 0.19 , saturation: 0.84 and the lightness value of caeb1d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 00011101
Octal 312 353 35
Decimal 202 235 29
Hex CA EB 1D

RGB Percentages of Color #caeb1d

%43.35
%50.43
%6.22

CMYK Percentages of Color #caeb1d

%14
%0
%88
%8

Triadic Colors of #caeb1d

#caeb1d #1dcaeb #eb1dca

Analogous Colors of #caeb1d

#caeb1d #63eb1d #eba51d

Monochromatic Colors of #caeb1d

#caeb1d

Complementary Color

#caeb1d #3e1deb

#caeb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb1d Color CSS Codes

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

#caeb1d Text Font Color

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

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


#caeb1d Background Color

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

This div background color is #caeb1d


#caeb1d Border Color

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

This div border color is #caeb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb1d


Comments

No comments written yet.

Please login to write comment.