Color Hex Logo

#cde750 Color Hex

#CDE750
(205,231,80)
0 Favorites   0 Comments

Color spaces of #cde750

RGB 20523180
HSL0.200.760.61
HSV70°65°91°
CMYK 0.110.000.65   0.09
XYZ55.200770.710218.3285
Yxy70.71020.38270.4902
Hunter Lab84.0894-29.979545.9394
CIE-Lab87.3440-28.285767.7497

#cde750 color RGB value is (205,231,80).

#cde750 hex color red value is 205, green value is 231 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cde750 hue: 0.20 , saturation: 0.76 and the lightness value of cde750 is 0.61.

The process color (four color CMYK) of #cde750 color hex is 0.11, 0.00, 0.65, 0.09. Web safe color of #cde750 is #ccff66. Color #cde750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100111 01010000
Octal 315 347 120
Decimal 205 231 80
Hex CD E7 50

RGB Percentages of Color #cde750

%39.73
%44.77
%15.50

CMYK Percentages of Color #cde750

%11
%0
%65
%9

Triadic Colors of #cde750

#cde750 #50cde7 #e750cd

Analogous Colors of #cde750

#cde750 #82e750 #e7b650

Monochromatic Colors of #cde750

#cde750

Complementary Color

#cde750 #6a50e7

#cde750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde750 Color CSS Codes

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

#cde750 Text Font Color

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

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


#cde750 Background Color

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

This div background color is #cde750


#cde750 Border Color

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

This div border color is #cde750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde750


Comments

No comments written yet.

Please login to write comment.