Color Hex Logo

#caf248 Color Hex

#CAF248
(202,242,72)
0 Favorites   0 Comments

Color spaces of #caf248

RGB 20224272
HSL0.210.870.62
HSV74°70°95°
CMYK 0.170.000.70   0.05
XYZ57.279076.528717.8835
Yxy76.52870.37760.5045
Hunter Lab87.4807-36.216249.1159
CIE-Lab90.1042-35.012373.4098

#caf248 color RGB value is (202,242,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 01001000
Octal 312 362 110
Decimal 202 242 72
Hex CA F2 48

RGB Percentages of Color #caf248

%39.15
%46.90
%13.95

CMYK Percentages of Color #caf248

%17
%0
%70
%5

Triadic Colors of #caf248

#caf248 #48caf2 #f248ca

Analogous Colors of #caf248

#caf248 #75f248 #f2c548

Monochromatic Colors of #caf248

#caf248

Complementary Color

#caf248 #7048f2

#caf248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf248 Color CSS Codes

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

#caf248 Text Font Color

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

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


#caf248 Background Color

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

This div background color is #caf248


#caf248 Border Color

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

This div border color is #caf248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf248


Comments

No comments written yet.

Please login to write comment.