Color Hex Logo

#cdfb4f Color Hex

#CDFB4F
(205,251,79)
0 Favorites   0 Comments

Color spaces of #cdfb4f

RGB 20525179
HSL0.210.960.65
HSV76°69°98°
CMYK 0.180.000.69   0.02
XYZ61.085382.538020.1090
Yxy82.53800.37310.5041
Hunter Lab90.8504-38.969850.4719
CIE-Lab92.8118-37.527673.7110

#cdfb4f color RGB value is (205,251,79).

#cdfb4f hex color red value is 205, green value is 251 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cdfb4f hue: 0.21 , saturation: 0.96 and the lightness value of cdfb4f is 0.65.

The process color (four color CMYK) of #cdfb4f color hex is 0.18, 0.00, 0.69, 0.02. Web safe color of #cdfb4f is #ccff66. Color #cdfb4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111011 01001111
Octal 315 373 117
Decimal 205 251 79
Hex CD FB 4F

RGB Percentages of Color #cdfb4f

%38.32
%46.92
%14.77

CMYK Percentages of Color #cdfb4f

%18
%0
%69
%2

Triadic Colors of #cdfb4f

#cdfb4f #4fcdfb #fb4fcd

Analogous Colors of #cdfb4f

#cdfb4f #77fb4f #fbd34f

Monochromatic Colors of #cdfb4f

#cdfb4f

Complementary Color

#cdfb4f #7d4ffb

#cdfb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdfb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdfb4f Color CSS Codes

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

#cdfb4f Text Font Color

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

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


#cdfb4f Background Color

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

This div background color is #cdfb4f


#cdfb4f Border Color

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

This div border color is #cdfb4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,251,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdfb4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdfb4f;
  -webkit-box-shadow: 1px 1px 3px 2px #cdfb4f;
  box-shadow:         1px 1px 3px 2px #cdfb4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,251,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdfb4f


Comments

No comments written yet.

Please login to write comment.