Color Hex Logo

#caef2b Color Hex

#CAEF2B
(202,239,43)
0 Favorites   0 Comments

Color spaces of #caef2b

RGB 20223943
HSL0.200.860.55
HSV71°82°94°
CMYK 0.150.000.82   0.06
XYZ55.659774.464013.7249
Yxy74.46400.38690.5177
Hunter Lab86.2925-35.877350.9746
CIE-Lab89.1413-34.879780.9984

#caef2b color RGB value is (202,239,43).

#caef2b hex color red value is 202, green value is 239 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #caef2b hue: 0.20 , saturation: 0.86 and the lightness value of caef2b is 0.55.

The process color (four color CMYK) of #caef2b color hex is 0.15, 0.00, 0.82, 0.06. Web safe color of #caef2b is #ccff33. Color #caef2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 00101011
Octal 312 357 53
Decimal 202 239 43
Hex CA EF 2B

RGB Percentages of Color #caef2b

%41.74
%49.38
%8.88

CMYK Percentages of Color #caef2b

%15
%0
%82
%6

Triadic Colors of #caef2b

#caef2b #2bcaef #ef2bca

Analogous Colors of #caef2b

#caef2b #68ef2b #efb22b

Monochromatic Colors of #caef2b

#caef2b

Complementary Color

#caef2b #502bef

#caef2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef2b Color CSS Codes

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

#caef2b Text Font Color

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

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


#caef2b Background Color

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

This div background color is #caef2b


#caef2b Border Color

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

This div border color is #caef2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef2b


Comments

No comments written yet.

Please login to write comment.