Color Hex Logo

#ffdb23 Color Hex

#FFDB23
(255,219,35)
0 Favorites   0 Comments

Color spaces of #ffdb23

RGB 25521935
HSL0.141.000.57
HSV50°86°100°
CMYK 0.000.140.86   0.00
XYZ66.874972.044411.9714
Yxy72.04440.44320.4775
Hunter Lab84.8790-7.900751.0530
CIE-Lab87.9900-3.521283.4799

#ffdb23 color RGB value is (255,219,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 00100011
Octal 377 333 43
Decimal 255 219 35
Hex FF DB 23

RGB Percentages of Color #ffdb23

%50.10
%43.03
%6.88

CMYK Percentages of Color #ffdb23

%0
%14
%86
%0

Triadic Colors of #ffdb23

#ffdb23 #23ffdb #db23ff

Analogous Colors of #ffdb23

#ffdb23 #b5ff23 #ff6d23

Monochromatic Colors of #ffdb23

#ffdb23

Complementary Color

#ffdb23 #2347ff

#ffdb23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb23 Color CSS Codes

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

#ffdb23 Text Font Color

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

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


#ffdb23 Background Color

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

This div background color is #ffdb23


#ffdb23 Border Color

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

This div border color is #ffdb23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb23


Comments

No comments written yet.

Please login to write comment.