Color Hex Logo

#cfd07b Color Hex

#CFD07B
(207,208,123)
0 Favorites   0 Comments

Color spaces of #cfd07b

RGB 207208123
HSL0.170.470.65
HSV61°41°82°
CMYK 0.000.000.41   0.18
XYZ51.863259.807227.5494
Yxy59.80720.37250.4296
Hunter Lab77.3351-15.629133.0135
CIE-Lab81.7333-12.684342.0085

#cfd07b color RGB value is (207,208,123).

#cfd07b hex color red value is 207, green value is 208 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cfd07b hue: 0.17 , saturation: 0.47 and the lightness value of cfd07b is 0.65.

The process color (four color CMYK) of #cfd07b color hex is 0.00, 0.00, 0.41, 0.18. Web safe color of #cfd07b is #cccc66. Color #cfd07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010000 01111011
Octal 317 320 173
Decimal 207 208 123
Hex CF D0 7B

RGB Percentages of Color #cfd07b

%38.48
%38.66
%22.86

CMYK Percentages of Color #cfd07b

%0
%0
%41
%18

Triadic Colors of #cfd07b

#cfd07b #7bcfd0 #d07bcf

Analogous Colors of #cfd07b

#cfd07b #a5d07b #d0a77b

Monochromatic Colors of #cfd07b

#cfd07b

Complementary Color

#cfd07b #7c7bd0

#cfd07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd07b Color CSS Codes

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

#cfd07b Text Font Color

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

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


#cfd07b Background Color

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

This div background color is #cfd07b


#cfd07b Border Color

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

This div border color is #cfd07b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,208,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 #cfd07b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd07b


Comments

No comments written yet.

Please login to write comment.