Color Hex Logo

#cfe30d Color Hex

#CFE30D
(207,227,13)
0 Favorites   0 Comments

Color spaces of #cfe30d

RGB 20722713
HSL0.180.890.47
HSV66°94°89°
CMYK 0.090.000.94   0.11
XYZ53.273968.232610.7432
Yxy68.23260.40280.5159
Hunter Lab82.6030-29.433750.1110
CIE-Lab86.1226-27.932483.6559

#cfe30d color RGB value is (207,227,13).

#cfe30d hex color red value is 207, green value is 227 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cfe30d hue: 0.18 , saturation: 0.89 and the lightness value of cfe30d is 0.47.

The process color (four color CMYK) of #cfe30d color hex is 0.09, 0.00, 0.94, 0.11. Web safe color of #cfe30d is #cccc00. Color #cfe30d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 00001101
Octal 317 343 15
Decimal 207 227 13
Hex CF E3 D

RGB Percentages of Color #cfe30d

%46.31
%50.78
%2.91

CMYK Percentages of Color #cfe30d

%9
%0
%94
%11

Triadic Colors of #cfe30d

#cfe30d #0dcfe3 #e30dcf

Analogous Colors of #cfe30d

#cfe30d #64e30d #e38c0d

Monochromatic Colors of #cfe30d

#cfe30d

Complementary Color

#cfe30d #210de3

#cfe30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe30d Color CSS Codes

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

#cfe30d Text Font Color

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

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


#cfe30d Background Color

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

This div background color is #cfe30d


#cfe30d Border Color

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

This div border color is #cfe30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe30d


Comments

No comments written yet.

Please login to write comment.