Color Hex Logo

#ced37b Color Hex

#CED37B
(206,211,123)
0 Favorites   0 Comments

Color spaces of #ced37b

RGB 206211123
HSL0.180.500.65
HSV63°42°83°
CMYK 0.020.000.42   0.17
XYZ52.323061.140427.7825
Yxy61.14040.37040.4329
Hunter Lab78.1923-17.391933.6683
CIE-Lab82.4542-14.587642.8957

#ced37b color RGB value is (206,211,123).

#ced37b hex color red value is 206, green value is 211 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ced37b hue: 0.18 , saturation: 0.50 and the lightness value of ced37b is 0.65.

The process color (four color CMYK) of #ced37b color hex is 0.02, 0.00, 0.42, 0.17. Web safe color of #ced37b is #cccc66. Color #ced37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010011 01111011
Octal 316 323 173
Decimal 206 211 123
Hex CE D3 7B

RGB Percentages of Color #ced37b

%38.15
%39.07
%22.78

CMYK Percentages of Color #ced37b

%2
%0
%42
%17

Triadic Colors of #ced37b

#ced37b #7bced3 #d37bce

Analogous Colors of #ced37b

#ced37b #a2d37b #d3ac7b

Monochromatic Colors of #ced37b

#ced37b

Complementary Color

#ced37b #807bd3

#ced37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced37b Color CSS Codes

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

#ced37b Text Font Color

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

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


#ced37b Background Color

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

This div background color is #ced37b


#ced37b Border Color

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

This div border color is #ced37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced37b


Comments

No comments written yet.

Please login to write comment.