Color Hex Logo

#ffcf23 Color Hex

#FFCF23
(255,207,35)
0 Favorites   0 Comments

Color spaces of #ffcf23

RGB 25520735
HSL0.131.000.57
HSV47°86°100°
CMYK 0.000.190.86   0.00
XYZ63.856266.007010.9651
Yxy66.00700.45340.4687
Hunter Lab81.2447-1.881948.8693
CIE-Lab85.00002.572081.0884

#ffcf23 color RGB value is (255,207,35).

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

The process color (four color CMYK) of #ffcf23 color hex is 0.00, 0.19, 0.86, 0.00. Web safe color of #ffcf23 is #ffcc33. Color #ffcf23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 00100011
Octal 377 317 43
Decimal 255 207 35
Hex FF CF 23

RGB Percentages of Color #ffcf23

%51.31
%41.65
%7.04

CMYK Percentages of Color #ffcf23

%0
%19
%86
%0

Triadic Colors of #ffcf23

#ffcf23 #23ffcf #cf23ff

Analogous Colors of #ffcf23

#ffcf23 #c1ff23 #ff6123

Monochromatic Colors of #ffcf23

#ffcf23

Complementary Color

#ffcf23 #2353ff

#ffcf23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf23 Color CSS Codes

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

#ffcf23 Text Font Color

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

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


#ffcf23 Background Color

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

This div background color is #ffcf23


#ffcf23 Border Color

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

This div border color is #ffcf23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf23


Comments

No comments written yet.

Please login to write comment.