Color Hex Logo

#ced75d Color Hex

#CED75D
(206,215,93)
0 Favorites   0 Comments

Color spaces of #ced75d

RGB 20621593
HSL0.180.600.60
HSV64°57°84°
CMYK 0.040.000.57   0.16
XYZ51.729862.513019.6957
Yxy62.51300.38620.4667
Hunter Lab79.0652-21.577240.5760
CIE-Lab83.1855-19.294457.8996

#ced75d color RGB value is (206,215,93).

#ced75d hex color red value is 206, green value is 215 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ced75d hue: 0.18 , saturation: 0.60 and the lightness value of ced75d is 0.60.

The process color (four color CMYK) of #ced75d color hex is 0.04, 0.00, 0.57, 0.16. Web safe color of #ced75d is #cccc66. Color #ced75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 01011101
Octal 316 327 135
Decimal 206 215 93
Hex CE D7 5D

RGB Percentages of Color #ced75d

%40.08
%41.83
%18.09

CMYK Percentages of Color #ced75d

%4
%0
%57
%16

Triadic Colors of #ced75d

#ced75d #5dced7 #d75dce

Analogous Colors of #ced75d

#ced75d #91d75d #d7a35d

Monochromatic Colors of #ced75d

#ced75d

Complementary Color

#ced75d #665dd7

#ced75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced75d Color CSS Codes

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

#ced75d Text Font Color

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

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


#ced75d Background Color

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

This div background color is #ced75d


#ced75d Border Color

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

This div border color is #ced75d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,215,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ced75d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ced75d;
  -webkit-box-shadow: 1px 1px 3px 2px #ced75d;
  box-shadow:         1px 1px 3px 2px #ced75d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,215,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced75d


Comments

No comments written yet.

Please login to write comment.