Color Hex Logo

#caf273 Color Hex

#CAF273
(202,242,115)
0 Favorites   0 Comments

Color spaces of #caf273

RGB 202242115
HSL0.220.830.70
HSV79°52°95°
CMYK 0.170.000.52   0.05
XYZ59.203877.298628.0194
Yxy77.29860.35990.4698
Hunter Lab87.9196-33.660042.6484
CIE-Lab90.4589-31.862156.3373

#caf273 color RGB value is (202,242,115).

#caf273 hex color red value is 202, green value is 242 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #caf273 hue: 0.22 , saturation: 0.83 and the lightness value of caf273 is 0.70.

The process color (four color CMYK) of #caf273 color hex is 0.17, 0.00, 0.52, 0.05. Web safe color of #caf273 is #ccff66. Color #caf273 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 01110011
Octal 312 362 163
Decimal 202 242 115
Hex CA F2 73

RGB Percentages of Color #caf273

%36.14
%43.29
%20.57

CMYK Percentages of Color #caf273

%17
%0
%52
%5

Triadic Colors of #caf273

#caf273 #73caf2 #f273ca

Analogous Colors of #caf273

#caf273 #8bf273 #f2db73

Monochromatic Colors of #caf273

#caf273

Complementary Color

#caf273 #9b73f2

#caf273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf273 Color CSS Codes

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

#caf273 Text Font Color

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

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


#caf273 Background Color

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

This div background color is #caf273


#caf273 Border Color

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

This div border color is #caf273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf273


Comments

No comments written yet.

Please login to write comment.