Color Hex Logo

#c0f469 Color Hex

#C0F469
(192,244,105)
0 Favorites   0 Comments

Color spaces of #c0f469

RGB 192244105
HSL0.230.860.68
HSV82°57°96°
CMYK 0.210.000.57   0.04
XYZ56.638776.927825.2280
Yxy76.92780.35670.4844
Hunter Lab87.7085-38.221644.3421
CIE-Lab90.2884-37.385560.4164

#c0f469 color RGB value is (192,244,105).

#c0f469 hex color red value is 192, green value is 244 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c0f469 hue: 0.23 , saturation: 0.86 and the lightness value of c0f469 is 0.68.

The process color (four color CMYK) of #c0f469 color hex is 0.21, 0.00, 0.57, 0.04. Web safe color of #c0f469 is #ccff66. Color #c0f469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11110100 01101001
Octal 300 364 151
Decimal 192 244 105
Hex C0 F4 69

RGB Percentages of Color #c0f469

%35.49
%45.10
%19.41

CMYK Percentages of Color #c0f469

%21
%0
%57
%4

Triadic Colors of #c0f469

#c0f469 #69c0f4 #f469c0

Analogous Colors of #c0f469

#c0f469 #7bf469 #f4e369

Monochromatic Colors of #c0f469

#c0f469

Complementary Color

#c0f469 #9d69f4

#c0f469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0f469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0f469 Color CSS Codes

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

#c0f469 Text Font Color

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

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


#c0f469 Background Color

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

This div background color is #c0f469


#c0f469 Border Color

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

This div border color is #c0f469


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,244,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0f469; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0f469;
  -webkit-box-shadow: 1px 1px 3px 2px #c0f469;
  box-shadow:         1px 1px 3px 2px #c0f469; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,244,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0f469


Comments

No comments written yet.

Please login to write comment.