Color Hex Logo

#caf58b Color Hex

#CAF58B
(202,245,139)
0 Favorites   0 Comments

Color spaces of #caf58b

RGB 202245139
HSL0.230.840.75
HSV84°43°96°
CMYK 0.180.000.43   0.04
XYZ61.669779.725536.5643
Yxy79.72550.34650.4480
Hunter Lab89.2891-32.970738.2229
CIE-Lab91.5616-30.767046.4357

#caf58b color RGB value is (202,245,139).

#caf58b hex color red value is 202, green value is 245 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #caf58b hue: 0.23 , saturation: 0.84 and the lightness value of caf58b is 0.75.

The process color (four color CMYK) of #caf58b color hex is 0.18, 0.00, 0.43, 0.04. Web safe color of #caf58b is #ccff99. Color #caf58b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 10001011
Octal 312 365 213
Decimal 202 245 139
Hex CA F5 8B

RGB Percentages of Color #caf58b

%34.47
%41.81
%23.72

CMYK Percentages of Color #caf58b

%18
%0
%43
%4

Triadic Colors of #caf58b

#caf58b #8bcaf5 #f58bca

Analogous Colors of #caf58b

#caf58b #95f58b #f5eb8b

Monochromatic Colors of #caf58b

#caf58b

Complementary Color

#caf58b #b68bf5

#caf58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf58b Color CSS Codes

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

#caf58b Text Font Color

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

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


#caf58b Background Color

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

This div background color is #caf58b


#caf58b Border Color

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

This div border color is #caf58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf58b


Comments

No comments written yet.

Please login to write comment.