Color Hex Logo

#cdf372 Color Hex

#CDF372
(205,243,114)
0 Favorites   0 Comments

Color spaces of #cdf372

RGB 205243114
HSL0.220.840.70
HSV78°53°95°
CMYK 0.160.000.53   0.05
XYZ60.264778.295227.8558
Yxy78.29520.36210.4705
Hunter Lab88.4846-33.276043.2741
CIE-Lab90.9144-31.290357.3709

#cdf372 color RGB value is (205,243,114).

#cdf372 hex color red value is 205, green value is 243 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cdf372 hue: 0.22 , saturation: 0.84 and the lightness value of cdf372 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110011 01110010
Octal 315 363 162
Decimal 205 243 114
Hex CD F3 72

RGB Percentages of Color #cdf372

%36.48
%43.24
%20.28

CMYK Percentages of Color #cdf372

%16
%0
%53
%5

Triadic Colors of #cdf372

#cdf372 #72cdf3 #f372cd

Analogous Colors of #cdf372

#cdf372 #8df372 #f3d972

Monochromatic Colors of #cdf372

#cdf372

Complementary Color

#cdf372 #9872f3

#cdf372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf372 Color CSS Codes

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

#cdf372 Text Font Color

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

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


#cdf372 Background Color

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

This div background color is #cdf372


#cdf372 Border Color

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

This div border color is #cdf372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf372


Comments

No comments written yet.

Please login to write comment.