Color Hex Logo

#ffcb98 Color Hex

#FFCB98
(255,203,152)
0 Favorites   0 Comments

Color spaces of #ffcb98

RGB 255203152
HSL0.081.000.80
HSV30°40°100°
CMYK 0.000.200.40   0.00
XYZ68.263466.238938.8933
Yxy66.23890.39370.3820
Hunter Lab81.38737.288728.6376
CIE-Lab85.118111.914132.4353

#ffcb98 color RGB value is (255,203,152).

#ffcb98 hex color red value is 255, green value is 203 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ffcb98 hue: 0.08 , saturation: 1.00 and the lightness value of ffcb98 is 0.80.

The process color (four color CMYK) of #ffcb98 color hex is 0.00, 0.20, 0.40, 0.00. Web safe color of #ffcb98 is #ffcc99. Color #ffcb98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 10011000
Octal 377 313 230
Decimal 255 203 152
Hex FF CB 98

RGB Percentages of Color #ffcb98

%41.80
%33.28
%24.92

CMYK Percentages of Color #ffcb98

%0
%20
%40
%0

Triadic Colors of #ffcb98

#ffcb98 #98ffcb #cb98ff

Analogous Colors of #ffcb98

#ffcb98 #ffff98 #ff9899

Monochromatic Colors of #ffcb98

#ffcb98

Complementary Color

#ffcb98 #98ccff

#ffcb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcb98 Color CSS Codes

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

#ffcb98 Text Font Color

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

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


#ffcb98 Background Color

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

This div background color is #ffcb98


#ffcb98 Border Color

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

This div border color is #ffcb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcb98

Related Colors


Comments

No comments written yet.

Please login to write comment.