Color Hex Logo

#cff40d Color Hex

#CFF40D
(207,244,13)
0 Favorites   0 Comments

Color spaces of #cff40d

RGB 20724413
HSL0.190.910.50
HSV70°95°96°
CMYK 0.150.000.95   0.04
XYZ58.155577.995812.3704
Yxy77.99580.39160.5251
Hunter Lab88.3152-37.009653.5159
CIE-Lab90.7780-35.773087.2340

#cff40d color RGB value is (207,244,13).

#cff40d hex color red value is 207, green value is 244 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cff40d hue: 0.19 , saturation: 0.91 and the lightness value of cff40d is 0.50.

The process color (four color CMYK) of #cff40d color hex is 0.15, 0.00, 0.95, 0.04. Web safe color of #cff40d is #ccff00. Color #cff40d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110100 00001101
Octal 317 364 15
Decimal 207 244 13
Hex CF F4 D

RGB Percentages of Color #cff40d

%44.61
%52.59
%2.80

CMYK Percentages of Color #cff40d

%15
%0
%95
%4

Triadic Colors of #cff40d

#cff40d #0dcff4 #f40dcf

Analogous Colors of #cff40d

#cff40d #5bf40d #f4a60d

Monochromatic Colors of #cff40d

#cff40d

Complementary Color

#cff40d #320df4

#cff40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff40d Color CSS Codes

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

#cff40d Text Font Color

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

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


#cff40d Background Color

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

This div background color is #cff40d


#cff40d Border Color

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

This div border color is #cff40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff40d

Related Colors


Comments

No comments written yet.

Please login to write comment.