Color Hex Logo

#fccd65 Color Hex

#FCCD65
(252,205,101)
0 Favorites   0 Comments

Color spaces of #fccd65

RGB 252205101
HSL0.110.960.69
HSV41°60°99°
CMYK 0.000.190.60   0.01
XYZ64.325265.297721.5253
Yxy65.29770.42560.4320
Hunter Lab80.80700.680040.7713
CIE-Lab84.63695.206557.0028

#fccd65 color RGB value is (252,205,101).

#fccd65 hex color red value is 252, green value is 205 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fccd65 hue: 0.11 , saturation: 0.96 and the lightness value of fccd65 is 0.69.

The process color (four color CMYK) of #fccd65 color hex is 0.00, 0.19, 0.60, 0.01. Web safe color of #fccd65 is #ffcc66. Color #fccd65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 01100101
Octal 374 315 145
Decimal 252 205 101
Hex FC CD 65

RGB Percentages of Color #fccd65

%45.16
%36.74
%18.10

CMYK Percentages of Color #fccd65

%0
%19
%60
%1

Triadic Colors of #fccd65

#fccd65 #65fccd #cd65fc

Analogous Colors of #fccd65

#fccd65 #e0fc65 #fc8265

Monochromatic Colors of #fccd65

#fccd65

Complementary Color

#fccd65 #6594fc

#fccd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd65 Color CSS Codes

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

#fccd65 Text Font Color

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

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


#fccd65 Background Color

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

This div background color is #fccd65


#fccd65 Border Color

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

This div border color is #fccd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd65

Related Colors


Comments

No comments written yet.

Please login to write comment.