Color Hex Logo

#cfeb1d Color Hex

#CFEB1D
(207,235,29)
0 Favorites   0 Comments

Color spaces of #cfeb1d

RGB 20723529
HSL0.190.840.52
HSV68°88°92°
CMYK 0.120.000.88   0.08
XYZ55.662272.770812.2749
Yxy72.77080.39560.5172
Hunter Lab85.3058-32.813651.1827
CIE-Lab88.3383-31.412083.2775

#cfeb1d color RGB value is (207,235,29).

#cfeb1d hex color red value is 207, green value is 235 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cfeb1d hue: 0.19 , saturation: 0.84 and the lightness value of cfeb1d is 0.52.

The process color (four color CMYK) of #cfeb1d color hex is 0.12, 0.00, 0.88, 0.08. Web safe color of #cfeb1d is #ccff33. Color #cfeb1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 00011101
Octal 317 353 35
Decimal 207 235 29
Hex CF EB 1D

RGB Percentages of Color #cfeb1d

%43.95
%49.89
%6.16

CMYK Percentages of Color #cfeb1d

%12
%0
%88
%8

Triadic Colors of #cfeb1d

#cfeb1d #1dcfeb #eb1dcf

Analogous Colors of #cfeb1d

#cfeb1d #68eb1d #eba01d

Monochromatic Colors of #cfeb1d

#cfeb1d

Complementary Color

#cfeb1d #391deb

#cfeb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb1d Color CSS Codes

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

#cfeb1d Text Font Color

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

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


#cfeb1d Background Color

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

This div background color is #cfeb1d


#cfeb1d Border Color

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

This div border color is #cfeb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb1d


Comments

No comments written yet.

Please login to write comment.