Color Hex Logo

#caeb6b Color Hex

#CAEB6B
(202,235,107)
0 Favorites   0 Comments

Color spaces of #caeb6b

RGB 202235107
HSL0.210.760.67
HSV75°54°92°
CMYK 0.140.000.54   0.08
XYZ56.719373.034825.0176
Yxy73.03480.36650.4719
Hunter Lab85.4604-31.086942.4658
CIE-Lab88.4643-29.323757.6140

#caeb6b color RGB value is (202,235,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 01101011
Octal 312 353 153
Decimal 202 235 107
Hex CA EB 6B

RGB Percentages of Color #caeb6b

%37.13
%43.20
%19.67

CMYK Percentages of Color #caeb6b

%14
%0
%54
%8

Triadic Colors of #caeb6b

#caeb6b #6bcaeb #eb6bca

Analogous Colors of #caeb6b

#caeb6b #8aeb6b #ebcc6b

Monochromatic Colors of #caeb6b

#caeb6b

Complementary Color

#caeb6b #8c6beb

#caeb6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb6b Color CSS Codes

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

#caeb6b Text Font Color

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

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


#caeb6b Background Color

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

This div background color is #caeb6b


#caeb6b Border Color

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

This div border color is #caeb6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb6b


Comments

No comments written yet.

Please login to write comment.