Color Hex Logo

#ffcd65 Color Hex

#FFCD65
(255,205,101)
0 Favorites   0 Comments

Color spaces of #ffcd65

RGB 255205101
HSL0.111.000.70
HSV41°60°100°
CMYK 0.000.200.60   0.00
XYZ65.420365.862221.5766
Yxy65.86220.42800.4309
Hunter Lab81.15551.868541.0456
CIE-Lab84.92616.437257.4089

#ffcd65 color RGB value is (255,205,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 01100101
Octal 377 315 145
Decimal 255 205 101
Hex FF CD 65

RGB Percentages of Color #ffcd65

%45.45
%36.54
%18.00

CMYK Percentages of Color #ffcd65

%0
%20
%60
%0

Triadic Colors of #ffcd65

#ffcd65 #65ffcd #cd65ff

Analogous Colors of #ffcd65

#ffcd65 #e4ff65 #ff8065

Monochromatic Colors of #ffcd65

#ffcd65

Complementary Color

#ffcd65 #6597ff

#ffcd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd65 Color CSS Codes

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

#ffcd65 Text Font Color

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

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


#ffcd65 Background Color

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

This div background color is #ffcd65


#ffcd65 Border Color

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

This div border color is #ffcd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd65

Related Colors


Comments

No comments written yet.

Please login to write comment.