Color Hex Logo

#cdf693 Color Hex

#CDF693
(205,246,147)
0 Favorites   0 Comments

Color spaces of #cdf693

RGB 205246147
HSL0.240.850.77
HSV85°40°96°
CMYK 0.170.000.40   0.04
XYZ63.399180.997339.8963
Yxy80.99730.34400.4395
Hunter Lab89.9985-31.753736.7157
CIE-Lab92.1305-29.210443.3161

#cdf693 color RGB value is (205,246,147).

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

The process color (four color CMYK) of #cdf693 color hex is 0.17, 0.00, 0.40, 0.04. Web safe color of #cdf693 is #ccff99. Color #cdf693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110110 10010011
Octal 315 366 223
Decimal 205 246 147
Hex CD F6 93

RGB Percentages of Color #cdf693

%34.28
%41.14
%24.58

CMYK Percentages of Color #cdf693

%17
%0
%40
%4

Triadic Colors of #cdf693

#cdf693 #93cdf6 #f693cd

Analogous Colors of #cdf693

#cdf693 #9cf693 #f6ee93

Monochromatic Colors of #cdf693

#cdf693

Complementary Color

#cdf693 #bc93f6

#cdf693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf693 Color CSS Codes

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

#cdf693 Text Font Color

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

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


#cdf693 Background Color

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

This div background color is #cdf693


#cdf693 Border Color

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

This div border color is #cdf693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf693


Comments

No comments written yet.

Please login to write comment.