Color Hex Logo

#ffcd0e Color Hex

#FFCD0E
(255,205,14)
0 Favorites   0 Comments

Color spaces of #ffcd0e

RGB 25520514
HSL0.131.000.53
HSV48°95°100°
CMYK 0.000.200.95   0.00
XYZ63.150664.95439.6245
Yxy64.95430.45850.4716
Hunter Lab80.5942-1.174049.3356
CIE-Lab84.46023.279884.1158

#ffcd0e color RGB value is (255,205,14).

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

The process color (four color CMYK) of #ffcd0e color hex is 0.00, 0.20, 0.95, 0.00. Web safe color of #ffcd0e is #ffcc00. Color #ffcd0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00001110
Octal 377 315 16
Decimal 255 205 14
Hex FF CD E

RGB Percentages of Color #ffcd0e

%53.80
%43.25
%2.95

CMYK Percentages of Color #ffcd0e

%0
%20
%95
%0

Triadic Colors of #ffcd0e

#ffcd0e #0effcd #cd0eff

Analogous Colors of #ffcd0e

#ffcd0e #b9ff0e #ff550e

Monochromatic Colors of #ffcd0e

#ffcd0e

Complementary Color

#ffcd0e #0e40ff

#ffcd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd0e Color CSS Codes

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

#ffcd0e Text Font Color

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

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


#ffcd0e Background Color

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

This div background color is #ffcd0e


#ffcd0e Border Color

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

This div border color is #ffcd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd0e

Related Colors


Comments

No comments written yet.

Please login to write comment.