Color Hex Logo

#cdf193 Color Hex

#CDF193
(205,241,147)
0 Favorites   0 Comments

Color spaces of #cdf193

RGB 205241147
HSL0.230.770.76
HSV83°39°95°
CMYK 0.150.000.39   0.05
XYZ61.898677.996339.3962
Yxy77.99630.34520.4350
Hunter Lab88.3155-29.445035.3725
CIE-Lab90.7782-26.855741.5851

#cdf193 color RGB value is (205,241,147).

#cdf193 hex color red value is 205, green value is 241 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cdf193 hue: 0.23 , saturation: 0.77 and the lightness value of cdf193 is 0.76.

The process color (four color CMYK) of #cdf193 color hex is 0.15, 0.00, 0.39, 0.05. Web safe color of #cdf193 is #ccff99. Color #cdf193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110001 10010011
Octal 315 361 223
Decimal 205 241 147
Hex CD F1 93

RGB Percentages of Color #cdf193

%34.57
%40.64
%24.79

CMYK Percentages of Color #cdf193

%15
%0
%39
%5

Triadic Colors of #cdf193

#cdf193 #93cdf1 #f193cd

Analogous Colors of #cdf193

#cdf193 #9ef193 #f1e693

Monochromatic Colors of #cdf193

#cdf193

Complementary Color

#cdf193 #b793f1

#cdf193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf193 Color CSS Codes

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

#cdf193 Text Font Color

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

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


#cdf193 Background Color

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

This div background color is #cdf193


#cdf193 Border Color

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

This div border color is #cdf193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf193


Comments

No comments written yet.

Please login to write comment.