Color Hex Logo

#cff50d Color Hex

#CFF50D
(207,245,13)
0 Favorites   0 Comments

Color spaces of #cff50d

RGB 20724513
HSL0.190.920.51
HSV70°95°96°
CMYK 0.160.000.95   0.04
XYZ58.457278.599312.4709
Yxy78.59930.39090.5257
Hunter Lab88.6562-37.451053.7193
CIE-Lab91.0527-36.224287.4460

#cff50d color RGB value is (207,245,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110101 00001101
Octal 317 365 15
Decimal 207 245 13
Hex CF F5 D

RGB Percentages of Color #cff50d

%44.52
%52.69
%2.80

CMYK Percentages of Color #cff50d

%16
%0
%95
%4

Triadic Colors of #cff50d

#cff50d #0dcff5 #f50dcf

Analogous Colors of #cff50d

#cff50d #5bf50d #f5a70d

Monochromatic Colors of #cff50d

#cff50d

Complementary Color

#cff50d #330df5

#cff50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff50d Color CSS Codes

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

#cff50d Text Font Color

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

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


#cff50d Background Color

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

This div background color is #cff50d


#cff50d Border Color

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

This div border color is #cff50d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,245,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 #cff50d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff50d


Comments

No comments written yet.

Please login to write comment.