Color Hex Logo

#caeb5b Color Hex

#CAEB5B
(202,235,91)
0 Favorites   0 Comments

Color spaces of #caeb5b

RGB 20223591
HSL0.200.780.64
HSV74°61°92°
CMYK 0.140.000.61   0.08
XYZ55.953872.728520.9865
Yxy72.72850.37390.4859
Hunter Lab85.2810-32.126045.1062
CIE-Lab88.3181-30.595764.3300

#caeb5b color RGB value is (202,235,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 01011011
Octal 312 353 133
Decimal 202 235 91
Hex CA EB 5B

RGB Percentages of Color #caeb5b

%38.26
%44.51
%17.23

CMYK Percentages of Color #caeb5b

%14
%0
%61
%8

Triadic Colors of #caeb5b

#caeb5b #5bcaeb #eb5bca

Analogous Colors of #caeb5b

#caeb5b #82eb5b #ebc45b

Monochromatic Colors of #caeb5b

#caeb5b

Complementary Color

#caeb5b #7c5beb

#caeb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb5b Color CSS Codes

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

#caeb5b Text Font Color

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

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


#caeb5b Background Color

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

This div background color is #caeb5b


#caeb5b Border Color

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

This div border color is #caeb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb5b


Comments

No comments written yet.

Please login to write comment.