Color Hex Logo

#cdf364 Color Hex

#CDF364
(205,243,100)
0 Favorites   0 Comments

Color spaces of #cdf364

RGB 205243100
HSL0.210.860.67
HSV76°59°95°
CMYK 0.160.000.59   0.05
XYZ59.527778.000423.9747
Yxy78.00040.36860.4830
Hunter Lab88.3178-34.244245.7277
CIE-Lab90.7801-32.469463.3331

#cdf364 color RGB value is (205,243,100).

#cdf364 hex color red value is 205, green value is 243 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cdf364 hue: 0.21 , saturation: 0.86 and the lightness value of cdf364 is 0.67.

The process color (four color CMYK) of #cdf364 color hex is 0.16, 0.00, 0.59, 0.05. Web safe color of #cdf364 is #ccff66. Color #cdf364 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110011 01100100
Octal 315 363 144
Decimal 205 243 100
Hex CD F3 64

RGB Percentages of Color #cdf364

%37.41
%44.34
%18.25

CMYK Percentages of Color #cdf364

%16
%0
%59
%5

Triadic Colors of #cdf364

#cdf364 #64cdf3 #f364cd

Analogous Colors of #cdf364

#cdf364 #86f364 #f3d264

Monochromatic Colors of #cdf364

#cdf364

Complementary Color

#cdf364 #8a64f3

#cdf364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf364 Color CSS Codes

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

#cdf364 Text Font Color

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

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


#cdf364 Background Color

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

This div background color is #cdf364


#cdf364 Border Color

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

This div border color is #cdf364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf364


Comments

No comments written yet.

Please login to write comment.