Color Hex Logo

#cfd453 Color Hex

#CFD453
(207,212,83)
0 Favorites   0 Comments

Color spaces of #cfd453

RGB 20721283
HSL0.170.600.58
HSV62°61°83°
CMYK 0.020.000.61   0.17
XYZ50.836960.976917.2739
Yxy60.97690.39380.4724
Hunter Lab78.0877-20.445941.5458
CIE-Lab82.3663-18.125961.3274

#cfd453 color RGB value is (207,212,83).

#cfd453 hex color red value is 207, green value is 212 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cfd453 hue: 0.17 , saturation: 0.60 and the lightness value of cfd453 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01010011
Octal 317 324 123
Decimal 207 212 83
Hex CF D4 53

RGB Percentages of Color #cfd453

%41.24
%42.23
%16.53

CMYK Percentages of Color #cfd453

%2
%0
%61
%17

Triadic Colors of #cfd453

#cfd453 #53cfd4 #d453cf

Analogous Colors of #cfd453

#cfd453 #8fd453 #d49953

Monochromatic Colors of #cfd453

#cfd453

Complementary Color

#cfd453 #5853d4

#cfd453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd453 Color CSS Codes

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

#cfd453 Text Font Color

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

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


#cfd453 Background Color

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

This div background color is #cfd453


#cfd453 Border Color

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

This div border color is #cfd453


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,212,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd453


Comments

No comments written yet.

Please login to write comment.