Color Hex Logo

#caeb0b Color Hex

#CAEB0B
(202,235,11)
0 Favorites   0 Comments

Color spaces of #caeb0b

RGB 20223511
HSL0.190.910.48
HSV69°95°92°
CMYK 0.140.000.95   0.08
XYZ54.125971.997411.3608
Yxy71.99740.39370.5237
Hunter Lab84.8513-34.626151.4575
CIE-Lab87.9673-33.697785.0984

#caeb0b color RGB value is (202,235,11).

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

The process color (four color CMYK) of #caeb0b color hex is 0.14, 0.00, 0.95, 0.08. Web safe color of #caeb0b is #ccff00. Color #caeb0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 00001011
Octal 312 353 13
Decimal 202 235 11
Hex CA EB B

RGB Percentages of Color #caeb0b

%45.09
%52.46
%2.46

CMYK Percentages of Color #caeb0b

%14
%0
%95
%8

Triadic Colors of #caeb0b

#caeb0b #0bcaeb #eb0bca

Analogous Colors of #caeb0b

#caeb0b #5aeb0b #eb9c0b

Monochromatic Colors of #caeb0b

#caeb0b

Complementary Color

#caeb0b #2c0beb

#caeb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb0b Color CSS Codes

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

#caeb0b Text Font Color

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

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


#caeb0b Background Color

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

This div background color is #caeb0b


#caeb0b Border Color

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

This div border color is #caeb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb0b


Comments

No comments written yet.

Please login to write comment.