Color Hex Logo

#cfe11d Color Hex

#CFE11D
(207,225,29)
0 Favorites   0 Comments

Color spaces of #cfe11d

RGB 20722529
HSL0.180.770.50
HSV66°87°88°
CMYK 0.080.000.87   0.12
XYZ52.879167.204511.3471
Yxy67.20450.40230.5113
Hunter Lab81.9784-28.322949.1782
CIE-Lab85.6071-26.731381.0669

#cfe11d color RGB value is (207,225,29).

#cfe11d hex color red value is 207, green value is 225 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cfe11d hue: 0.18 , saturation: 0.77 and the lightness value of cfe11d is 0.50.

The process color (four color CMYK) of #cfe11d color hex is 0.08, 0.00, 0.87, 0.12. Web safe color of #cfe11d is #cccc33. Color #cfe11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 00011101
Octal 317 341 35
Decimal 207 225 29
Hex CF E1 1D

RGB Percentages of Color #cfe11d

%44.90
%48.81
%6.29

CMYK Percentages of Color #cfe11d

%8
%0
%87
%12

Triadic Colors of #cfe11d

#cfe11d #1dcfe1 #e11dcf

Analogous Colors of #cfe11d

#cfe11d #6de11d #e1911d

Monochromatic Colors of #cfe11d

#cfe11d

Complementary Color

#cfe11d #2f1de1

#cfe11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe11d Color CSS Codes

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

#cfe11d Text Font Color

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

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


#cfe11d Background Color

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

This div background color is #cfe11d


#cfe11d Border Color

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

This div border color is #cfe11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe11d


Comments

No comments written yet.

Please login to write comment.