Color Hex Logo

#cdfb5f Color Hex

#CDFB5F
(205,251,95)
0 Favorites   0 Comments

Color spaces of #cdfb5f

RGB 20525195
HSL0.220.950.68
HSV78°62°98°
CMYK 0.180.000.62   0.02
XYZ61.739682.799723.5544
Yxy82.79970.36730.4926
Hunter Lab90.9943-38.128048.3485
CIE-Lab92.9267-36.487767.7440

#cdfb5f color RGB value is (205,251,95).

#cdfb5f hex color red value is 205, green value is 251 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cdfb5f hue: 0.22 , saturation: 0.95 and the lightness value of cdfb5f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111011 01011111
Octal 315 373 137
Decimal 205 251 95
Hex CD FB 5F

RGB Percentages of Color #cdfb5f

%37.21
%45.55
%17.24

CMYK Percentages of Color #cdfb5f

%18
%0
%62
%2

Triadic Colors of #cdfb5f

#cdfb5f #5fcdfb #fb5fcd

Analogous Colors of #cdfb5f

#cdfb5f #7ffb5f #fbdb5f

Monochromatic Colors of #cdfb5f

#cdfb5f

Complementary Color

#cdfb5f #8d5ffb

#cdfb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdfb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdfb5f Color CSS Codes

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

#cdfb5f Text Font Color

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

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


#cdfb5f Background Color

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

This div background color is #cdfb5f


#cdfb5f Border Color

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

This div border color is #cdfb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdfb5f


Comments

No comments written yet.

Please login to write comment.