Color Hex Logo

#fcdd69 Color Hex

#FCDD69
(252,221,105)
0 Favorites   0 Comments

Color spaces of #fcdd69

RGB 252221105
HSL0.130.960.70
HSV47°58°99°
CMYK 0.000.120.58   0.01
XYZ68.551173.428323.9246
Yxy73.42830.41320.4426
Hunter Lab85.6903-7.160443.4295
CIE-Lab88.6516-2.688159.7474

#fcdd69 color RGB value is (252,221,105).

#fcdd69 hex color red value is 252, green value is 221 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fcdd69 hue: 0.13 , saturation: 0.96 and the lightness value of fcdd69 is 0.70.

The process color (four color CMYK) of #fcdd69 color hex is 0.00, 0.12, 0.58, 0.01. Web safe color of #fcdd69 is #ffcc66. Color #fcdd69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01101001
Octal 374 335 151
Decimal 252 221 105
Hex FC DD 69

RGB Percentages of Color #fcdd69

%43.60
%38.24
%18.17

CMYK Percentages of Color #fcdd69

%0
%12
%58
%1

Triadic Colors of #fcdd69

#fcdd69 #69fcdd #dd69fc

Analogous Colors of #fcdd69

#fcdd69 #d2fc69 #fc9469

Monochromatic Colors of #fcdd69

#fcdd69

Complementary Color

#fcdd69 #6988fc

#fcdd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd69 Color CSS Codes

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

#fcdd69 Text Font Color

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

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


#fcdd69 Background Color

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

This div background color is #fcdd69


#fcdd69 Border Color

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

This div border color is #fcdd69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,221,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcdd69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcdd69;
  -webkit-box-shadow: 1px 1px 3px 2px #fcdd69;
  box-shadow:         1px 1px 3px 2px #fcdd69; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,221,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd69

Related Colors


Comments

No comments written yet.

Please login to write comment.