Color Hex Logo

#caeb0f Color Hex

#CAEB0F
(202,235,15)
0 Favorites   0 Comments

Color spaces of #caeb0f

RGB 20223515
HSL0.190.880.49
HSV69°94°92°
CMYK 0.140.000.94   0.08
XYZ54.151772.007711.4967
Yxy72.00770.39340.5231
Hunter Lab84.8574-34.590651.3674
CIE-Lab87.9723-33.653284.7330

#caeb0f color RGB value is (202,235,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 00001111
Octal 312 353 17
Decimal 202 235 15
Hex CA EB F

RGB Percentages of Color #caeb0f

%44.69
%51.99
%3.32

CMYK Percentages of Color #caeb0f

%14
%0
%94
%8

Triadic Colors of #caeb0f

#caeb0f #0fcaeb #eb0fca

Analogous Colors of #caeb0f

#caeb0f #5ceb0f #eb9e0f

Monochromatic Colors of #caeb0f

#caeb0f

Complementary Color

#caeb0f #300feb

#caeb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb0f Color CSS Codes

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

#caeb0f Text Font Color

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

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


#caeb0f Background Color

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

This div background color is #caeb0f


#caeb0f Border Color

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

This div border color is #caeb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb0f


Comments

No comments written yet.

Please login to write comment.