Color Hex Logo

#caf243 Color Hex

#CAF243
(202,242,67)
0 Favorites   0 Comments

Color spaces of #caf243

RGB 20224267
HSL0.200.870.61
HSV74°72°95°
CMYK 0.170.000.72   0.05
XYZ57.122476.466117.0590
Yxy76.46610.37920.5076
Hunter Lab87.4449-36.425449.6450
CIE-Lab90.0753-35.272875.0697

#caf243 color RGB value is (202,242,67).

#caf243 hex color red value is 202, green value is 242 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #caf243 hue: 0.20 , saturation: 0.87 and the lightness value of caf243 is 0.61.

The process color (four color CMYK) of #caf243 color hex is 0.17, 0.00, 0.72, 0.05. Web safe color of #caf243 is #ccff33. Color #caf243 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 01000011
Octal 312 362 103
Decimal 202 242 67
Hex CA F2 43

RGB Percentages of Color #caf243

%39.53
%47.36
%13.11

CMYK Percentages of Color #caf243

%17
%0
%72
%5

Triadic Colors of #caf243

#caf243 #43caf2 #f243ca

Analogous Colors of #caf243

#caf243 #73f243 #f2c343

Monochromatic Colors of #caf243

#caf243

Complementary Color

#caf243 #6b43f2

#caf243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf243 Color CSS Codes

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

#caf243 Text Font Color

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

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


#caf243 Background Color

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

This div background color is #caf243


#caf243 Border Color

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

This div border color is #caf243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf243

Related Colors


Comments

No comments written yet.

Please login to write comment.