Color Hex Logo

#0fca48 Color Hex

#0FCA48
(15,202,72)
0 Favorites   0 Comments

Color spaces of #0fca48

RGB 1520272
HSL0.380.860.43
HSV138°93°79°
CMYK 0.930.000.64   0.21
XYZ22.487242.810513.2089
Yxy42.81050.28640.5453
Hunter Lab65.4297-53.154333.8314
CIE-Lab71.4262-67.592251.7279

#0fca48 color RGB value is (15,202,72).

#0fca48 hex color red value is 15, green value is 202 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #0fca48 hue: 0.38 , saturation: 0.86 and the lightness value of 0fca48 is 0.43.

The process color (four color CMYK) of #0fca48 color hex is 0.93, 0.00, 0.64, 0.21. Web safe color of #0fca48 is #00cc33. Color #0fca48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001010 01001000
Octal 17 312 110
Decimal 15 202 72
Hex F CA 48

RGB Percentages of Color #0fca48

%5.19
%69.90
%24.91

CMYK Percentages of Color #0fca48

%93
%0
%64
%21

Triadic Colors of #0fca48

#0fca48 #480fca #ca480f

Analogous Colors of #0fca48

#0fca48 #0fcaa6 #34ca0f

Monochromatic Colors of #0fca48

#0fca48

Complementary Color

#0fca48 #ca0f91

#0fca48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fca48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fca48 Color CSS Codes

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

#0fca48 Text Font Color

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

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


#0fca48 Background Color

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

This div background color is #0fca48


#0fca48 Border Color

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

This div border color is #0fca48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,202,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 #0fca48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fca48


Comments

No comments written yet.

Please login to write comment.